namespace ErsatzTV.Core.Plex
{
public record PlexServerAuthToken(string ClientIdentifier, string AuthToken);
}