public void AddingANewValueToANonExistentKeyShouldCreateKeyAndAddValue() { Fixture.Add(0, "hello"); Fixture.Count.Should().Be(1); }