public function getURL()
 {
     $this->createLocalIfNeeded();
     return $this->CloudStatus == 'Live' ? $this->getCloudURL() : parent::getURL();
 }