public void TestFixtureSetUp()
 {
     //Test in the following class needs to run before this testfixture works,
     //Because i need a GenerixXmlSecurityToken, and i havent found a way to serialize/deserialize them properly yet.
     STSConnection = new TestWSTrustClientInteroperability();
 }
  public void TestFixtureSetUp()
 {
     //Test in the following class needs to run before this testfixture works,
     //Because i need a GenerixXmlSecurityToken, and i havent found a way to serialize/deserialize them properly yet.
     STSConnection = new TestWSTrustClientInteroperability();
 }