namespace ErsatzTV.Core.Domain { public class PlexSeason : Season { public string Key { get; set; } } }