private static void Logout(string email, string password) { var signout = new Signout(email, password); signout.DoPost(); }