private static IEnumerable <CodeInstruction> Transpiler(IEnumerable <CodeInstruction> instructions)
 {
     return(FakeNoteHelper.ObstaclesTranspiler(instructions));
 }