public static TDst CopyFrom <TDst, TSrc>(this TDst dst, TSrc src, DtoComplex complex) { return(complex.Copy(dst, src)); }