namespace Hyperbar.Widget; public interface IWidgetHostCollection : IEnumerable { void Add(IWidgetHost widgetHost); }