namespace DrinkRateAPI.DbEntities; public abstract class DbEntityWithHistory { public ICollection History { get; set; } }