pub type BoxCloneSyncChannel = BoxCloneSyncService<Request<Body>, Response<Body>, Error>;
pub struct BoxCloneSyncChannel(/* private fields */);