using System.ComponentModel; namespace RGBSyncPlus.Configuration { public interface IConfiguration : INotifyPropertyChanged { } }