namespace ScrapperAPI.Dtos; public sealed record AgentRow( string Id, string? DisplayName, string CertThumbprint, DateTimeOffset CreatedAt, DateTimeOffset LastSeenAt, bool IsEnabled );