public static bool containsKey(this BaseBundle bundle, string key) { return(bundle.ContainsKey(key)); }