/// <summary>
 /// Logout and Close down the web adapter
 /// </summary>
 public void CloseDown()
 {
     Logout(false);
     WebAdapter.CloseDown();
 }