namespace ErsatzTV.Core.Domain;
public class EmbyShow : Show
{
public string ItemId { get; set; }
public string Etag { get; set; }
}