public HttpClientTransferrer(IHttpTransferConfigService httpTransferService)
 {
     _httpTransferService = httpTransferService;
 }
 public iOSNativeHttpClientTransferrer(IHttpTransferConfigService httpTransferService)
 {
     _httpTransferService = httpTransferService;
 }
 public DroidNativeHttpClientTransferrer(IHttpTransferConfigService httpTransferService)
 {
     _httpTransferService = httpTransferService;
 }