public void LogoutTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     target.Logout();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }