namespace ScrapperAPI.Dtos; public sealed record SessionOverviewDto( int SessionId, string Name, bool IsRunning, bool StopRequested, QueueCounts Queue );