public static IEnumerable <CodeInstruction> Transpiler(ILGenerator il, IEnumerable <CodeInstruction> instructions)
 {
     return(PatchCommons.TranspileTramTrainSimulationStep(il, instructions));
 }
 public static IEnumerable <CodeInstruction> Transpiler(IEnumerable <CodeInstruction> instructions)
 {
     return(PatchCommons.ReplaceSimulationStepIsCongestedCheck(instructions));
 }