namespace Toolkit.Foundation; public record Aggregate { public static AggregateEventArgs As(TOptions options) where TOptions : class => new(options); public static AggerateEventArgs As() => new AggerateEventArgs(); }