public IDiscountCalculator Max(IDiscountCalculator otherDiscountCalc) { return(discountCalculator.Max(otherDiscountCalc)); }