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