public Task SendAsync(IdentityMessage message)
 {
     return(_sendGridEmail.SendGridAsync(message));
 }