case PrincipalType.service:
              this.myPrincipals[prefix]?.forEach((service) => {
                // @ts-ignore only available after swapping 1-base
                this[mode](new iam.ServicePrincipal(service));
              });