public void Validate_WithValidUrl_HasNoError()
 {
     _validator.ShouldNotHaveValidationErrorFor(b => b.Url, "http://www.company/.com");
 }