public async reset() {
    LOGGER.debug(`Reset EventManager listeners`, { ...this.options });
    return this.emittery.clearListeners();
  }