_check$Property: function (name, value) {
        if (name === "singleton") {
            this._check$singleton(value);
            this._singleton = true;
        } else {