public ActionResult GetMyResultForRound(int roundId, int userId) { var result = gameUserService.GetResultForUserInRound(roundId, userId); return(Ok(result)); }