pub trait Context: Send + Sync + 'static { // Provided method fn runtime(&self) -> Option<Arc<Runtime>> { ... } }