public IActionResult Delete(string key) { _logger.Log($"key:{key}"); TeamRepo.Remove(key); return(new NoContentResult()); }