protected function processResponseMessages(array $messages = array())
 {
     parent::processResponseMessages($messages);
     foreach ($this->listingsProducts as $listingProduct) {
         $this->processMessages($listingProduct, $this->messages);
     }
 }