public void AddAction(string method, Func <object[], object> action)
 {
     Target.AddAction(method, action);
 }