public static GroupAction AddWait(this GroupAction ga, int seconds) { return(ga.AddSimple("Wait", () => Thread.Sleep(TimeSpan.FromSeconds(seconds)))); }