public ValueTask <string?> TryGetSecretAsync(string key)
 => KeyVault.TryGetSecretAsync(Prefix + key);