public ClassMethodGenerator(
     ClassMethodMetadata methodMetadata,
     FieldBuilder dispatcherField,
     FieldBuilder methodInfoField)
 {
     _methodMetadata = methodMetadata;
     _dispatcherField = dispatcherField;
     _methodInfoField = methodInfoField;
 }
 public BaseInvocationMethodGenerator(ClassMethodMetadata methodMetadata)
 {
     _methodMetadata = methodMetadata;
 }