pub fn service<T>( service: T, ) -> impl Service<Request<Body>, Response = Response<Body>, Error = Infallible, Future: Send + 'static> + NamedService + Clone + Send + Sync + 'staticwhere T: ApiService + Send + Sync + 'static,