public void CreateChallenge([FromBody] string challengeeId, string gameId) { _userInfoRepository.CreateChallenge( this.RequestContext.Principal.Identity.GetUserId(), challengeeId, gameId); }