public void Should_Have_Error_When_Name_Is_Null()
 {
     _validator.ShouldHaveValidationErrorFor(role => role.Name, null as string);
 }