public async close() {
    LOGGER.debug(`Disconnect EventManager`, { ...this.options });
    return this.emittery.clearListeners();
  }