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