this.XrmValue = (function() {
        const ctor = function(value, type) {
            this.value = value;
            this.type = type;
        };