static IEvents EmergencyBrake(IEnvironment env, IProcess train) { yield return env.Timeout(BreakTime); train.Interrupt("FRENO EMERGENZA"); }