MembersCollector
Performs some basic screening and invokes the  IProxyGenerationHook
              to select methods.
            
protected bool AcceptMethodPreScreen(MethodInfo method, bool onlyVirtuals, IProxyGenerationHook hook)
Performs some basic screening to filter out non-interceptable methods.
            
protected abstract MetaMethod GetMethodToGenerate(MethodInfo method, IProxyGenerationHook hook, bool isStandalone)