pub fn get_context_variable<T>(key: &str) -> Option<T>where T: Clone + Send + Sync + 'static,
Get a context variable. Returns None if the key is not set.
None