void IEmailVerificationsCommand.DeleteEmailVerification(Guid id) { _repository.DeleteEmailVerification(id); }