public static bool IsOpen(string type, string @namespace, string name) { return(Raw.RawIsOpen(type, @namespace, name)); }