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