public async Task <IEnumerable <Currency> > GetCurrenciesList(string type)
 {
     return(await _ratesRepository.GetCurrencyByTypeAsync(type));
 }