pub fn configured_monitor_service_client<T>( client: MonitorServiceClient<T>, ) -> MonitorServiceClient<T>where T: GrpcService<Body>, T::Error: Into<StdError>, T::ResponseBody: Body<Data = Bytes> + Send + 'static, <T::ResponseBody as Body>::Error: Into<StdError> + Send,