public void PutOneValueSensorData(SensorDataEntity data, string productName)
 {
     _databaseWorker.WriteOneValueSensorData(data, productName);
 }