public static ScriptReference Dll(string dllGuid, string @namespace, string typeName)
 {
     return(new ScriptReference(dllGuid, ScriptUtility.GetDllFileID(@namespace, typeName)));
 }
 public static ScriptReference Dll(string dllGuid, Type type)
 {
     return(new ScriptReference(dllGuid, ScriptUtility.GetDllFileID(type)));
 }