void OnResentAuthenticationEmail(StatusMessageResponse authenticationResponse) { if (ResentAuthentication != null) { ResentAuthentication(authenticationResponse); } }
void OnSentPassword(StatusMessageResponse sentPasswordResponse) { if (PasswordResetSent != null) { PasswordResetSent(sentPasswordResponse); } }