public ApplicationTestsBase()
 {
     this.context = HULAFContextFactory.Create();
 }
 public void Dispose()
 {
     HULAFContextFactory.Destroy(this.context);
 }