void TestReadRTMethod2() { TestState* state = ReadCurrentState(); state->Read(); }
void TestReadRTMethod1() { TestState* state = TrySwitchState(); bool res = state->Read(); }