namespace ErsatzTV.Infrastructure.Plex.Models { public class PlexDirectorResponse { public string Tag { get; set; } } }