protected override bool IsSetupMethod(IInvocationExpression invocationExpression)
 {
     return(_methodIdentifier.IsAutoMockerSetupMethod(invocationExpression));
 }
 protected override bool IsSetupMethod(IMoqMethodIdentifier identifier, IInvocationExpression methodInvocation)
 {
     return(identifier.IsAutoMockerSetupMethod(methodInvocation));
 }