public LiveChatIncPlugin(IWebHelper webHelper, ISettingService settingService,
                          LiveChatIncSettings LiveChatIncSettings)
 {
     this._webHelper           = webHelper;
     this._settingService      = settingService;
     this._LiveChatIncSettings = LiveChatIncSettings;
 }
 public LiveChatIncPlugin(IWebHelper webHelper, ISettingService settingService,
                          LiveChatIncSettings LiveChatIncSettings, ILocalizationService localizationService)
 {
     this._webHelper           = webHelper;
     this._settingService      = settingService;
     this._LiveChatIncSettings = LiveChatIncSettings;
     this._localizationService = localizationService;
 }