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