public class Product : BaseEntity { public string Name { get; set; } public double Price { get; set; } public double MarketPrice { get; set; } .... }