public async Task RemoveFromRoleAsync(string userId, string role)
 {
     await userManager.RemoveFromRoleAsync(userId, role);
 }