namespace ScrapperAPI.Records; public sealed record ScrapeRuntimeStatus( int SessionId, bool IsRunning, bool StopRequested, int? CurrentQueueId, string? CurrentUrl, DateTimeOffset? CurrentStartedAt );