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