namespace MxGateway.Server.Security.Authentication; public sealed record ApiKeyRecord( string KeyId, string KeyPrefix, byte[] SecretHash, string DisplayName, IReadOnlySet Scopes, DateTimeOffset CreatedUtc, DateTimeOffset? LastUsedUtc, DateTimeOffset? RevokedUtc);