public IActionResult GetPlayer(string id) { var player = playersService.GetPlayer(id); return(Ok(player)); }