static SecretValue secretValueOrNull(A a) { ret a == null ? null : SecretValue(a); }