public IActionResult getHost(string RoomCode) { var host = _repo.GetHost(RoomCode); return(Ok(host)); }