public static Menu GetOpened(string type, string @namespace, string name) { return(new Menu(Raw.GetOpened(type, @namespace, name))); }