public async Task <ActionResult> incrementUserCount() { await _statisticsRepository.AddNumberOfUsers(1); return(Ok()); }