@customElement({ name: 'gc-22', template: 'gc22 ${id}' })
    class GrandChildTwoTwo {
      private id: string;
      public loading(params: Params) {
        this.id = params.id ?? 'NA';