public function __construct(Config $config, NewsletterService $newsletterService)
 {
     parent::__construct($config);
     $this->newsletterService = $newsletterService;
 }
 public function __construct(Config $config)
 {
     parent::__construct($config);
 }