namespace Toolkit.Foundation; public interface IAggerate { object? Key { get; init; } }