private async Task UpdateCache() { var pairs = await _repository.Read(); _cacheService.InitCache(pairs); }