namespace Hyperbar.Windows.Primary; public class PrimaryWidgetConfiguration : List { public static PrimaryWidgetConfiguration Defaults => new() { new KeyAcceleratorCommandConfiguration { Icon = "Test", Key = "Test", Modifiers = ["Test", "Test"] } }; }