namespace ErsatzTV.Core.Plex { public record PlexUserAuthToken(string Email, string AuthToken); }