Scenario Run Started
data class ScenarioRunStarted(val runId: String, val modelIdentifier: String, val totalScenarios: Int, val startTime: Instant) : RunEvent.Started(source)
Emitted once by ScenarioOrchestrator immediately before the scenario sweep begins, after any pre-run warnings.