public decimal CashConvertedCurrency(decimal amountInDollar) { return(currencyConverter.ConvertToLocalCurrency(amountInDollar)); }