public Sensor(string deviceId, string sensorType) { DeviceId = deviceId; SensorType = sensorType; influxDbClient = InfluxDbClient.GetInstance(); }