constructor: function (helper, token, options) {
                inherited.constructor.call(this);
                this.__helper = helper;
                this.__options = options || {};
                Ids.objectId(this, token);