namespace Toolkit.Foundation; public record EnumerateEventArgs : IEnumerate { public object? Key { get; init; } public static Enumerate With(TOptions options) where TOptions : class { return new Enumerate(options); } }