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