using Microsoft.EntityFrameworkCore; namespace IdentityShroud.Core.Security; public record EncryptedValue(DekId DekId, byte[] Value);