namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models;
public class YamlPlayoutContentGuid
{
public string Source { get; set; }
public string Value { get; set; }
}