public ServicesClient(RopuWebClient webClient, ServiceType serviceType) { _webClient = webClient; _serviceType = serviceType; }
public ImageClient(RopuWebClient webClient) { _webClient = webClient; }