public SensorDataEntity GetLastSensorValue(string productName, string path) => _database.GetLatestSensorValue(productName, path);