namespace MxGateway.Server.Security.Authentication; public sealed record ApiKeyIdentity( string KeyId, string KeyPrefix, string DisplayName, IReadOnlySet Scopes);