pub type Context = Context;
pub struct Context(pub Arc<Mutex<HashMap<String, ContextValue>>>);
0: Arc<Mutex<HashMap<String, ContextValue>>>