pub type UnderlyingService = BoxCloneService<Request<Body>, Response<Incoming>, Error>;
?
pub struct UnderlyingService(/* private fields */);