public void Teardown()
 {
     SUT = null;
 }
 public void Setup()
 {
     _testFactory.GenerateNewDocumentStore();
     SUT = new SwedishDictionary(_http, _testFactory.DocumentStore.OpenAsyncSession(), _testFactory.TestLogger());
 }