public void CreateSessionRequest()
 {
     StartCoroutine(integrator.MaintainAuthorization(username, password, projectKey));
 }