Fixed bug with Deserializing new Guid vs guid parameters
Plex is now returning two values from their API called guid. They are different cases which is valid JSON.
I had to change the configuration for Deserialization with System.Text.Json to accomodate.