public override bool Execute() { if (List1 != null) { _result = List1.DistinctBy(t => t.ToString()).ToList(); } return(true); }