namespace PARR.EsppTemplateSync.Services
{
internal interface IParserService
Task<bool> ParseStringAsync(string str);
}