namespace MxGateway.Server.Security.Authentication; public sealed record ParsedApiKey(string KeyId, string Secret);