getStorageFor($file); $binary = $storage->getBinaryImage($file); return $this->imageFactory->create($binary, $file->getConfig(), $height, $width); } }