using System.Text.Json.Serialization; using Toolkit.Foundation; namespace Bitvault; public record VaultConfiguration : ComponentConfiguration { }