public AzureHubSettingsDisplayDriver(
     IDataProtectionProvider dataProtectionProvider,
     IShellHost orchardHost,
     ShellSettings currentShellSettings,
     TenantConfigurationStore tenantConfigStore,
     IHttpContextAccessor httpContextAccessor,
     IAuthorizationService authorizationService)
 {
     _dataProtectionProvider = dataProtectionProvider;
     _orchardHost            = orchardHost;
     _currentShellSettings   = currentShellSettings;
     _tenantConfigStore      = tenantConfigStore;
     _httpContextAccessor    = httpContextAccessor;
     _authorizationService   = authorizationService;
 }
 public AzureHubSettingsStep(TenantConfigurationStore tenantConfigStore)
 {
     _tenantConfigStore = tenantConfigStore;
 }
 public SignalHubSettingsStep(TenantConfigurationStore tenantConfigStore)
 {
     _tenantConfigStore = tenantConfigStore;
 }