new this.factory.Promise(function (resolve: Function) {
            resolve(options);
          })
            .then(this.isValidEvent.bind(this))
            .then(this.canTransition.bind(this))