public void ReceiveResponse(string invocationId, HttpResponseMessage response)
 {
     Write("{0} - {1}", invocationId, response.AsString());
 }