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