/**
  * @param QueryObject $listingsQuery
  * @return Listing|null
  * @throws ListingNotFoundException
  */
 public function fetchListing(QueryObject $listingsQuery)
 {
     return $this->listingsReader->fetchListing($listingsQuery);
 }