public virtual TestStore GetOrCreate(string storeName) => CosmosTestStore.GetOrCreate(storeName);
 public override TestStore GetOrCreate(string storeName)
 => CosmosTestStore.GetOrCreate(Name, "Northwind.json");