namespace Hyperbar.Windows.Primary; public class PrimaryWidgetConfiguration : List { public static PrimaryWidgetConfiguration Defaults => new() { new KeyAcceleratorCommandConfiguration { Id = Guid.NewGuid(), Order = 1, Icon = "\uE720", Text = "Test", Key = 91, Modifiers = [] } }; }