public AsyncRemoteDocumentStoreServerTests()
 {
     ravenTest = new RavenTest();
     DocumentStore = ravenTest.NewRemoteDocumentStore();
 }
 public AsyncEmbeddedDocumentStoreServerTests()
 {
     ravenTest = new RavenTest();
     DocumentStore = ravenTest.NewDocumentStore();
 }