async pluginNames() {
    return Promise.all((await this.plugins()).map((child) => child.name()));
  }