public void TearDown()
 {
     this.parser = null;
 }
 public void Setup()
 {
     this.parser = new PublicKeyXmlParser();
 }