public async Task <int> GetCount() { _logger.LogInformation("-> requested GET /count"); return(await _repo.GetCount()); }