namespace Gs.Toolbox.ApiCore.Entity; internal interface IEntity { T Id { get; set; } }