namespace ErsatzTV.Core.Scheduling.YamlScheduling;
public class YamlPlayoutInstruction
{
public string Content { get; set; }
}