public MatchMakingGetLobbyDataByIndexResult GetLobbyDataByIndex(SteamID steamIDLobby, int lobbyData)
        {
            MatchMakingGetLobbyDataByIndexResult result = new MatchMakingGetLobbyDataByIndexResult();

            result.Result = GetLobbyDataByIndex(steamIDLobby, lobbyData, out result.Key, out result.Value);
            return(result);
        }
 public MatchMakingGetLobbyDataByIndexResult GetLobbyDataByIndex(SteamID steamIDLobby, int lobbyData)
 {
     MatchMakingGetLobbyDataByIndexResult result = new MatchMakingGetLobbyDataByIndexResult();
     result.Result = GetLobbyDataByIndex(steamIDLobby, lobbyData, out result.Key, out result.Value);
     return result;
 }