Create strongly typed paramter. This would be shorthand for ```csharp var paramExpr = Expression.Paramter(typeof(int)); xgr.WithType<int>(paramExpr); ```
Create strongly typed paramter. This would be shorthand for