/**
  * @return Filename
  */
 public function load()
 {
     if (!$this->filename->exists()) {
         $this->downloadFromSource();
     }
     return $this->filename;
 }