/**
  * @param string $singlename
  */
 public function __construct($singlename)
 {
     parent::__construct($singlename);
     $this->_filenameLocation = ForceFilenameLocation::PrivatePath;
 }