public bool SaveCurrencyRate(CurrencyRate currencyRate) { return(_currencyRatesDataAgent.SaveCurrencyRate(currencyRate?.ToDatabaseModel())); }