public void TestInitialise()
 {
     target = new MethodBodyReader();
 }
 public void TestCleanup()
 {
     target = null;
 }