// Static public new static JsonHandshakeRequestMessage Parse(string value) { return(JsonMessage.Parse <JsonHandshakeRequestMessage>(value)); }
// Static public new static JsonGroupResponseMessage Parse(string value) { return(JsonMessage.Parse <JsonGroupResponseMessage>(value)); }