public HttpService(IOptions <OnfidoSettings> optionOnfidoSettings) { this.onfidoSettings = optionOnfidoSettings.Value; }
public OnfidoController(HttpService httpService, IOptions <OnfidoSettings> optionOnfidoSettings) { this.httpService = httpService; this.onfidoSettings = optionOnfidoSettings.Value; }