STORM_LOG_THROW(propertyStructure.count("accumulate")>0,storm::exceptions::InvalidJaniException,"Expected an accumulate array at steady state property at "<<scope.description);
//STORM_LOG_THROW(, storm::exceptions::InvalidJaniException, "Expected an accumulate array at steady state property at " << scope.description);
STORM_LOG_THROW(propertyStructure.count("exp")>0,storm::exceptions::InvalidJaniException,"Expected an expression at steady state property at "<<scope.description);
STORM_LOG_THROW(!rewardAccumulation.isStepsSet(),storm::exceptions::InvalidJaniException,"Nested long-run average properties are not allowed to accumulate on steps at"<<scope.description);
STORM_LOG_THROW(!rewardAccumulation.isExitSet()||!rewardAccumulation.isTimeSet(),storm::exceptions::InvalidJaniException,"Nested long-run average properties are not allowed to accumulate both on exit and time at"<<scope.description);
STORM_LOG_THROW(!rewardAccumulation.is_initialized(),storm::exceptions::InvalidJaniException,"Long-run average probabilities are not allowed to have a reward accumulation at"<<scope.description);
STORM_LOG_THROW(propertyStructure.count("exp")>0,storm::exceptions::InvalidJaniException,"Expected an expression at steady state property at "<<scope.description);
STORM_LOG_WARN("Reward Accumulations on nested long-run average properties is not respected.");