pub type SharedService<E> = Box<dyn Service<Error = E>>;
Shared service client type alias.
pub struct SharedService<E>(/* private fields */);