Inheritance: CLRScriptFramework.CLRScriptBase, ICLRScriptImplementation
        private ACR_CollectionLib([In] ACR_CollectionLib Other)
        {
            InitScript(Other);

            LoadScriptGlobals(Other.SaveScriptGlobals());
        }