public SettingsController(IOptoutUserService optoutUserService, IOptoutUserConfiguratorService optoutUserConfiguratorService, IAuthenticationProvider authenticationProvider)
 {
     _optoutUserService = optoutUserService;
     _optoutUserConfiguratorService = optoutUserConfiguratorService;
     _authenticationProvider = authenticationProvider;
 }
 public SettingsController(IOptoutUserService optoutUserService, IOptoutUserConfiguratorService optoutUserConfiguratorService, IAuthenticationProvider authenticationProvider)
 {
     _optoutUserService             = optoutUserService;
     _optoutUserConfiguratorService = optoutUserConfiguratorService;
     _authenticationProvider        = authenticationProvider;
 }