/**
  * {@inheritdoc}
  */
 public function getDefaultStoreView()
 {
     $result = $this->decoratedStoreManager->getDefaultStoreView();
     $this->dispatchInitCurrentStoreAfterEvent();
     return $result;
 }