public static void Execute <T>(T target, string methodName)
 {
     MethodCache <T> .Execute(target, methodName);
 }