public MailChimpPlugin(MailChimpInstallationService mailChimpInstallationService,
     MailChimpSettings mailChimpSettings)
 {
     this._mailChimpInstallationService = mailChimpInstallationService;
     this._mailChimpSettings = mailChimpSettings;
 }
 public MailChimpPlugin(MailChimpInstallationService mailChimpInstallationService,
                        MailChimpSettings mailChimpSettings)
 {
     this._mailChimpInstallationService = mailChimpInstallationService;
     this._mailChimpSettings            = mailChimpSettings;
 }