SyntaxFix
Write A Post
Hire A Developer
Questions
Changing
RestResponse response = client.Execute(request);
to
IRestResponse response = client.Execute(request);
worked for me.