namespace Events.WebAPI.Contract.DTOs; public interface IHasIdAsPK where T : IEquatable { T Id { get; } }