/**
  * Add entity client to pool
  * 
  * @param \Nz\CrawlerBundle\Client\EntityClientInterface $client Entity Client class
  */
 public function addEntityClient(EntityClientInterface $client)
 {
     $this->entity_clients[$client->getClientHost()] = $client;
 }