namespace MxGateway.Server.Security.Authentication; public sealed record ApiKeyAdminOutput( string Command, string Status, string? ApiKey, IReadOnlyList Keys);