namespace IdentityShroud.Core.Security; public record struct DekId(Guid Id) { public static DekId NewId() => new(Guid.NewGuid()); }