public FriendsGetFriendGamePlayedResult GetFriendGamePlayed(SteamID steamIDFriend)
        {
            FriendsGetFriendGamePlayedResult result = new FriendsGetFriendGamePlayedResult();

            result.Result = GetFriendGamePlayed(steamIDFriend, out result.FriendGameInfo);

            return(result);
        }
        public FriendsGetFriendGamePlayedResult GetFriendGamePlayed(SteamID steamIDFriend)
        {

            FriendsGetFriendGamePlayedResult result = new FriendsGetFriendGamePlayedResult();

            result.Result = GetFriendGamePlayed(steamIDFriend, out result.FriendGameInfo);

            return result;

        }