cancel: function() {
      if (this.host.cancel) {
        this.host.cancel();
      }
      this._resolve(false);