namespace Toolkit.Foundation; public record AggregateEventArgs(TOptions? Options = null) : IAggregate where TOptions : class; public record AggerateEventArgs : IAggregate;