constructor() {
    this.promise = new Promise((resolve, reject) => {
      this.resolveInternal = resolve;
      this.rejectInternal = reject;
    });