pub type ImplementationError = Box<dyn Error + Send + Sync>;
pub struct ImplementationError(/* private fields */);