public XrefGameSessionUser GetCompleteGameSessionUser(int gameSessionId, string userName) { try { return(gameSessionService.GetCompleteGameSessionUser(gameSessionId, userName)); } catch (Exception ex) { throw; } }