protected function getImageUrlFromString($imageName)
 {
     $imageUrl = $this->helper->getImageUrl($imageName, $this->getHubsImgWidth(), $this->getHubsImgHeight());
     return $imageUrl;
 }
 public function getImageUrl($imageName, $requestedWidth, $requestedHeight)
 {
     return $this->homePageHelper->getImageUrl($imageName, $requestedWidth, $requestedHeight);
 }