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