public async Task AddOrChange(RCurrency currency)
 {
     await _redisStorage.HashSet(StorageKey, currency.Id, currency);
 }