public void Initialise() { _testDirectory = Path.Combine(Path.GetTempPath(), "BonoboTestStore"); SafelyDeleteTestData(); _store = MakeStore(); }