async createAll(configurations) {
    const targets = [];
    for (const configuration of configurations) {
      targets.push(await this.create(configuration));
    }