public IActionResult GetManualExchangeRates() { var rates = ratesService.GetManualExchangeRates(); return(Ok(rates)); }