/**
  * Contextualize the admin class depends on the current request.
  *
  * @throws \RuntimeException
  */
 protected function configure()
 {
     parent::configure();
     $this->admin->setSitePool($this->get('orangegate.site.pool'));
 }