namespace Hyperbar.Widget; public class WidgetViewModelEnumerator : INotificationHandler> { public Task Handle(Enumerate notification, CancellationToken cancellationToken) { throw new NotImplementedException(); } }