/**
  * {@inheritdoc}
  */
 public function __construct(ActiveTheme $activeTheme, array $themes, array $cookieOptions)
 {
     parent::__construct($activeTheme, $themes, $cookieOptions);
 }
 /**
  * {@inheritdoc}
  * @param null|ThemeContainerInterface $themeContainer
  */
 public function __construct(ActiveTheme $activeTheme, array $themes, array $cookieOptions, ThemeContainerInterface $themeContainer = null)
 {
     $this->themeContainer = $themeContainer;
     parent::__construct($activeTheme, $themes, $cookieOptions);
 }