namespace Toolkit.Foundation; public interface IEnumerate { object? Key { get; init; } EnumerateMode Mode { get; init; } }