namespace Hyperbar.Widget; public class WidgetMonitor : IInitializer { public Task InitializeAsync() { throw new NotImplementedException(); } }