pub async fn enable<Conn>(
    conn: &Conn
) -> Result<Cookie<'_, Conn, EnableReply>, ConnectionError>where
    Conn: RequestConnection + ?Sized,