pub fn patch_service<I, Svc, S, E>(svc: I) -> MethodRouter<S, E>where I: Into<ServiceWithOperation<Svc, E>>, Svc: Service<Request, Error = E> + Clone + Send + Sync + 'static, Svc::Response: IntoResponse + 'static, Svc::Future: Send + 'static, S: Clone,