protected void NotifyValidationErrors(BaseCommand command) { foreach (var error in command.ValidationResult.Errors) { _mediator.PublishBusinessNotification(error.ErrorMessage); } }