namespace Toolkit.Foundation; public record AggerateEventArgs(TValue? Value = default) : IAggregate; public record AggerateEventArgs : IAggregate;