public IList <TTarget> DeepClone()
 {
     return(SourceList.DeepClone().Select(Convert).ToArray());
 }