public async Task ReturnsZeroWhenStoreIsEmpty() { // Act var itemCount = await _sut.LengthAsync(); // Assert Assert.Equal(0, itemCount); }