public AutoFactoryMethodDefinition(AutoFactoryMethodType methodType, Type instanceType, string instanceName, ExplicitArguments explicitArguments) { MethodType = methodType; InstanceType = instanceType; InstanceName = instanceName; ExplicitArguments = explicitArguments; }