static Object R11(Object obj, Object[] args) { return(FastTest.GetFullName((Int32)args[0], (String)args[1])); }
static Object Test4(Object obj, Object[] args) { return(FastTest.GetFullName(123, "abc")); }