public void GivenNullSpelling_UpdatesPropertyToEmpty() { _screen.WithSpelling(null !).Spelling .Should().Be(string.Empty); }