public void removeOpenIDSignUp(String openID) throws Exception {
   stub.removeOpenID(openID);
 }