public decimal Calculate(decimal orderTotal, decimal discountAmount) { return(orderTotal - discountAmount.ApplyBankersRounding()); }