/**
  * {@inheritdoc}
  */
 protected function getTypedConfig()
 {
     if (!$this->typedConfigManager) {
         $this->typedConfigManager = parent::getTypedConfig();
     }
     return $this->typedConfigManager;
 }