namespace ErsatzTV.Infrastructure.Plex.Models { public class PlexTokenResponse { public string AuthToken { get; set; } } }