public List <string> GetAllUserRole() => User .FindAll(ClaimTypes.Role) .Select(i => i.Value) .ToList();