pub type MiddlewareObj = Arc<dyn Middleware<Context>>;
pub struct MiddlewareObj { /* private fields */ }