public static void AddPostWorldLoadEachPromise(Action action)
 {
     Promises.AddPostWorldLoadEachPromise(action);
 }