async installedballoonname() {
    const names = await this.kernel.component(NanikaStorage).balloonNames();
    await this.kernel.component(Shiorif).notify3("installedballoonname", names);
  }