protected Object firstInstance(Class type) { return ReflectUtils.newInstance(type); }
protected Object firstInstance(Class type) { return ((MethodDelegate) ReflectUtils.newInstance(type)).newInstance(target); }