public static void InsertMethod
     (this PlayMakerFSM fsm, string stateName, int index, Action method) =>
 FsmUtil.InsertMethod(fsm, stateName, index, method);