namespace ErsatzTV.Application.Scheduling;
public record PlayoutItemPreviewViewModel(string Title, TimeSpan Start, TimeSpan Finish, string Duration);