public async Task Clear(Guid accountId)
 {
     _operationsRepository.Clear(accountId);
     await GetCacheEntry(accountId).DeleteAsync();
 }