I developed a Desktop app using C# and winforms in VS 2012 target .NET 4.0. I'm using RestSharp for API Communication, The following code works fine. private RestClient client = new ...