namespace TheXamlGuy.Framework.Core; public interface IEventBuilder { IReadOnlyCollection Configurations { get; } IEventBuilderConfiguration Add() where TEvent : class; }