public void ShouldReturnValidWhenChanceNameIsValid() { _name.Change("FirstAnother", "LastAnother"); Assert.AreEqual(true, _name.IsValid); }