public static void Append(this ILProcessor processor, Instruction[] instructions)
 {
     instructions.ForEach(processor.Append);
 }