/**
  * Called after the configuration is set
  */
 protected function afterConfigurationSet()
 {
     parent::afterConfigurationSet();
     $this->storeViewMappingMerger->setParameters($this->getClientParameters(), $this->getDefaultStoreView());
 }