namespace PARR.EsppTemplateSync.Services { internal class ParserService : IParserService { public async Task ParseAsync(string path) { //TODO: bool isSuccess = true; return isSuccess; } } }