pub async fn webserver_start_arc( host_port: &str, http_handler: HttpHandler, ) -> Result<(), Box<dyn Error + Send + Sync>>