cancel(id: string, arg: any): Promise<any> | void {
      if (!this.modals[id]) return
      return this.modals[id].cancel(arg)
    },