public ConfigurationFactory(IConnectionStringComponent component) { this.component = component; }
public SystemWebProvidersConfigurationFactory(IConnectionStringComponent component) { this._component = component; }