public SensorDataEntity GetLastSensorValue(string productName, string path)
 {
     return(_databaseWorker.GetLastSensorValue(productName, path));
 }