public void authenticateUser(string username, string password)
 {
     _state = ExporterState.REQUEST_CODE;
     _publisher.requestAccessToken(username, password);
 }