C# MVC: UriFormatException: Invalid URI: The format of the URI could not be determined

C# MVC: UriFormatException: Invalid URI: The format of the URI could not be determined

Hi there, 

im getting the error "UriFormatException: Invalid URI: The format of the URI could not be determined".
This is happening on line 55 of code below, which is "APIResponse response = restClient.GetOrganizationDetails();"

This is my code:


Can anyone see what might be going wrong? I've been trying to find what the URI is that its breaking on but can't find any mention of it in the stack trace.

Much appreciated, 
Sarah.