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