namespace MxGateway.Server.Security.Authentication; public sealed record ApiKeyAuditEntry( string? KeyId, string EventType, string? RemoteAddress, string? Details);