/**
  * @param    string $prefix
  * @return   string
  */
 protected function getDestination($prefix)
 {
     $folder = $this->fileStorageService->getConfiguredUploadDir();
     return $folder . '/' . $prefix;
 }