public function doPreload()
 {
     $version = $this->currentVersion;
     if ($this->geocode) {
         $status = $this->showtimeService->loadData($this->geocode, $this->currentDate, false, $this->dateOffset);
         \SystemLogger::info("PreloadStatus: ", $status);
     }
     $this->result['status'] = $status;
     $this->result['version'] = $version;
 }