public async Task DecrementCounter(string userId) { await _counterRepository.DecrementCounter(userId); }