async setup(required = false) {
    this._currentVersion = await this._getCurrentVersion()

    await super.setup(required)
  }