public interface IDataService { bool SaveData(string RelativePath, T Data, bool Encrypted); T LoadData(string RelativePath, bool Encrypted); }