public GameServerGetAuthSessionTicketResult GetAuthSessionTicket(System.IntPtr ticket, int maxTicket)
        {
            GameServerGetAuthSessionTicketResult result = new GameServerGetAuthSessionTicketResult();

            result.Result = GetAuthSessionTicket(ticket, maxTicket, out result.TicketSize);

            return(result);
        }
        public GameServerGetAuthSessionTicketResult GetAuthSessionTicket(System.IntPtr ticket, int maxTicket)
        {
            GameServerGetAuthSessionTicketResult result = new GameServerGetAuthSessionTicketResult();

            result.Result = GetAuthSessionTicket(ticket, maxTicket, out result.TicketSize);

            return result;
        }