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