public async Task Multiple_async() { await delay(10); Aver.Equals(1, 1); await delay(20); Aver.Equals(2, 2); await delay(30); "This gets printed".See(); throw new NotSupportedException("Special Text 1"); }