this._required.forEach(k => {
      if (!this.has(k)) {
        throw new Error(`The "${k}" param is required`);
      }
    });