public void Validate(Contribution item) { _noteValidator.ValidateId(item.NoteId); _userValidator.ValidateEmailAddress(item.UserId); }