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