public UserLevelCollector(Context context) {
   this.context = context;
   SERVER_URL_RANK_ALL = ServerUrl.SERVER_URL_RANK_ALL();
   SERVER_URL_RANK_WEEK = ServerUrl.SERVER_URL_RANK_WEEK();
   responseHandler = new BasicResponseHandler();
 }