public Task <List <string> > GetAllRolesOrderedByUserRoles(long userId)
 {
     return(_userManager.GetRolesOrderedByUserIdAsync(userId));
 }