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