pub fn websocket_pair<L, R>(
    left_ext: L,
    right_ext: R
) -> (MockWebSocket<L>, MockWebSocket<R>)where
    L: Extension,
    R: Extension,