this.EntityCollection = (function() {
        const entityCollection = function(value) {
            this.value = value;
            this.type = "EntityCollection";
        };