pub async fn launch_http_server<F>( http_server_opt: HttpServerOpt, func: F, factories: Factories, ) -> Result<(), Box<dyn Error>>where F: Fn(),