@Override
 protected void onTearDown() throws Exception {
   super.onTearDown();
   this.webConversation = null;
   this.httpRestTransport = null;
 }
 @Override
 protected void onSetUp() throws Exception {
   super.onSetUp();
   this.webConversation = new WebConversation();
 }