async moduleList(data: ModuleCondensed[]) {
    await Promise.all(this.writers.map((writer) => writer.moduleList(data)));
  }