/**
  * File extension of the image without leading dot.
  * This will return the file extension of the original image as this should not be different in image variants
  *
  * @return string
  */
 public function getFileExtension()
 {
     return $this->originalAsset->getFileExtension();
 }