public MemoryTest() { _store = new MemoryStore(); _session = _store.CreateSession(); // Ensure the identity cache is fresh IdentityFactory.Clear(); }
public MemoryTest() { _store = new MemoryStore(); _session = _store.CreateSession(); }