public async Task <IActionResult> GetChampion() { var team = await _repo.GetChampion(); return(Ok(team)); }