public ImageHandler() { _restService = new RestService(); WebClientFactory = new CustomWebClientFactory(); CustomWebClient = WebClientFactory.Create(); }
public RecognitionUtils() { WebClientFactory = new CustomWebClientFactory(); CustomWebClient = WebClientFactory.Create(); }