object objRet = Delegate.CreateDelegate(typeof(Func<Guid, int, decimal>), inst, "HelloWorld") .DynamicInvoke(Guid.NewGuid(), 2009);