I want to create a dynamic GroupBy implementation that ignores case. I am using ...Expression.Call..., which allows me to pass Expressions as arguments. ...There are several answers on how to create a custom comparer, but this question is about how to pas...