public async Task DecrementCounter() { await _counterService.DecrementCounter(_securityService.GetUserID(HttpContext)); }