Logout (JSON)
string url = serviceUrl + "rest/logout/" + this.key;
string responseString = null;
string contentType = null;
string postData = null;
contentType = "text/json";//or application/json
postData = "";
responseString = CallService(url, postData, contentType);
this.key = null;