pub async fn websocket_for<E>(
    role: Role,
    ext: E
) -> (MockWebSocket<E>, DuplexStream)where
    E: Extension,