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