namespace Bitvault; public record VaultContentConfiguration { public string? Name { get; set; } }