internal Device(string deviceId, HttpClientHelper httpClientHelper) { DeviceId = deviceId; _httpClientHelper = httpClientHelper; }
public ParticleIoNetClient(string token = null, HttpClient httpClient = null) { _httpClientHelper = new HttpClientHelper(token, httpClient); }