namespace Toolkit.Foundation; public interface IKeyed { public T Id { get; } }