using Connected.Entities; namespace Connected.ServiceModel.Data; public interface ITableEntity : IEntity where TPrimaryKey : notnull { }