void RunTC(TestCaseBase tc) { Stack.Push(tc.Run()); }
void RunTC(TestCaseBase tc) { _ = Stack.Push(tc.Run(), true); }