public static int getInt(this BaseBundle bundle, string key, int defaultValue) { return(bundle.GetInt(key, defaultValue)); }