public IActionResult getPlayers(string RoomCode) { var players = _repo.GetPlayers(RoomCode); return(Ok(players)); }