namespace SzLib; public interface ISzFileManager { public string DataPath {get;} public bool SaveFile(string path, string fileContent); }