public DefaultErrorInfoConverter(IOwWebModuleConfiguration configuration) { _configuration = configuration; }
/// <inheritdoc/> public ErrorInfoBuilder(IOwWebModuleConfiguration configuration) { Converter = new DefaultErrorInfoConverter(configuration); }