public TestStore GetOrCreate(string storeName) => InMemoryTestStore.GetOrCreate(storeName);
public TestStore Create(string storeName) => InMemoryTestStore.Create(storeName);