namespace Application.Features.Admin.Channel.YouTubePubSub.GetLiveStatus; public sealed record LiveItem( string YouTubeChannelID, string? ChannelName, string VideoID, string Title, DateTime? ActualStartTime ); public sealed record Response(IReadOnlyList Items);