Logout() public method

Logs the user out of the session
public Logout ( ) : bool
return bool
 public void LogoutTest()
 {
     Assert.IsTrue(wrapper.Login());
     Assert.IsTrue(wrapper.Logout());
 }