public static void RunOnNewThreade <t>(this Action Action) => DelegateActions.RunOnNewThreade(Action);
public static void RunOnNewThreade(this IEnumerable <Action> actions) => DelegateActions.RunOnNewThreade(actions);
public static Task WaitForHandle(this GetRef <Action> Action) => DelegateActions.WaitForHandle(Action);