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