public void ExpressionMapper() { var res = ExpressionMapper <TestDto7, TestDto8> .To(new TestDto7() { Contact = "1", Description = "", test15 = new List <string>() { "111" } }, new string[] { "test15" }); }