public WebSocketTransportContext(WebSocketTransport transport, object state) { Transport = transport; State = state; }