namespace ModernKeePass.Interfaces { public interface ISettings { T GetSetting(string property); void PutSetting(string property, T value); } }