public static void AddCustomPromise(string name, Func <bool> action)
 {
     Promises.AddCustomPromise(name, action);
 }