namespace PARR.EsppTemplateSync.Services { internal class Manager : IManager { public Task ManageFileAsync(string path) { throw new NotImplementedException(); } public Task ManageStringAsync(string str) { throw new NotImplementedException(); } } }