pub fn mock_client<Z: NetworkZone, S>(
info: PeerInformation<Z::Addr>,
connection_guard: ConnectionGuard,
request_handler: S,
) -> Client<Z>where
S: Service<PeerRequest, Response = PeerResponse, Error = BoxError> + Send + 'static,
S::Future: Send + 'static,