public async Task <IActionResult> GetCurrency(string type) { var result = await _ratesService.GetCurrenciesList(type); return(Ok(result)); }