private static Delegate CreateDelegateFromWrapper(Type deltype, IDelegateLuaWrapper delwrapper)
 {
     return(delwrapper.MakeDelegate(deltype));
 }