pub type BoxCloneService<R, S> = BoxCloneService<R, <S as Service<R>>::Response, BoxError>;
pub struct BoxCloneService<R, S>(/* private fields */);