pub async fn run<Endpoint>( endpoint: Endpoint, url: &str, ) -> Result<(), Error<Endpoint>>where Endpoint: Connect + Debug, Endpoint::Connecting: Debug, ConnectSessionFor<Endpoint>: OpenBi + Debug,