pub type ServiceEngine<T, U> = Engine<T, U, Error>;
pub struct ServiceEngine<T, U> { /* private fields */ }