public ApolloServerRouteInfo FromString(string data)
        {
            ApolloStringParser apolloStringParser = new ApolloStringParser(data);

            this.ServerId = (ulong)apolloStringParser.GetUInt32("ServerId");
            return(this);
        }