pub type Service<In, Out> = Arc<ServiceFrontend<In, Out>>;
pub struct Service<In, Out> { /* private fields */ }