public void TestCleanup()
 {
     _state = null;
 }
 public void TestInitialize()
 {
     _state = new RecursiveVariationState(null);
 }