this.Money = (function() {
        const ctor = function(value) {
            this.value = value;
            this.type = "Money";
        };