using System.Reflection; namespace Hyperbar.Widget; public record WidgetAssembly(Assembly? Assembly = default) : INotification;