namespace PARR.EsppTemplateSync.Services
{
internal interface IManager
Task<bool> ManageFileAsync(string path);
Task ManageStringAsync(string str);
}