would it be possible to add a signature like this ``` c# public static IQueryable<TSource> Where<TSource>([NotNull] this IQueryable<TSource> source, [NotNull] LambdaExpression lambda) ```
would it be possible to add a signature like this