public static string[] getStringArray(this BaseBundle bundle, string key) { return(bundle.GetStringArray(key)); }