public decimal GetDiscountedPrice(IDiscount discount) { return(discount.CalculatePrice(OriginPrice)); }