public static class WebSocketWillSendHandshakeRequestParams {
    @JsonProperty(required = true)
    public String requestId;

    @JsonProperty(required = true)