Considering this rule:
RuleFor(account => account.Email) .NotEmpty() .WithMessage("The e-mail is required.") .EmailAddress() .Wit