How to call a generic static extension Method using Reflection?

Now before I start: I know that there are many questions like this already that have been answered.
Ive tried the lot of them and they just dont ssem to work for me and Im not quite sure what im doing wrong. My running theory is, that what the thing Im trying to do is rather niche and also very “hey you shouldnt be doing it like this at all”, and all the answers Ive found have aged a good bit. but it has now really gotten my interest and im kinda locked in on finding out how to do it.

With all of this out of the way here is what I have:

public static class Extensions
{
    public static void AttemptToCallMethod<T>(DataTableFilter searchParameters, IEnumerable<T> aList)
    {
        IQueryable<T> queriedList = aList.AsQueryable();
        //this works
        Type sourceType = typeof(T);
        //this works
        Type columnType = typeof(T).GetProperty(searchParameters.ColumnProperty).PropertyType; //the type in the specific instance is going to be int
        //this works
        Type searchParameterValueType = searchParameters.ColumnValue.GetType(); //this has a good chance of getting dropped since its always object but I want to keep my options open

        object[] parameters = new[] { searchParameters.ColumnValue, searchParameters.ColumnProperty }; //the parameters to be used later on

        //var typeOfContext = typeof(Queryable)  its gonna be one of the two i assume
        var typeOfContext = queriedList.GetType(); // this is the type i will use to get the method

        //something isnt right here
        var method = typeOfContext.GetMethod("GenericMethodTester"); //this is supposed to get me the Method but both the GetType() and typeof() deliver null

        //obviously throws an error since method is null for some reason
        var genericMethod = method.MakeGenericMethod(sourceType, searchParameterValueType, columnType);
        //never gets this far
        genericMethod.Invoke(queriedList, parameters);


        //here we have the smaller showcase Version to test around with and to proof that the Types/the amount of types arent the problem
        var methodOne = typeOfContext.GetMethod("GenericMethodTesterOne");
        var genericMethodOneT = methodOne.MakeGenericMethod(sourceType);
        var genericMethodOneObj = methodOne.MakeGenericMethod(searchParameterValueType);
        var genericMethodOneCol = methodOne.MakeGenericMethod(columnType);
    }
    //this is a smaller version for the showcase, since the error message is the same and the error isnt really due to the parameters
    public static void GenericMethodTesterOne<TA>(this IQueryable<TA> tarra)
    {

    }

    public static void GenericMethodTester<TA, TB, TC>(this IQueryable<TA> typeA, TB typeB, TC typeC)
    {
        //the implementation of this is rather unimportant since the call is the problem
    }
}

The Problem obviously is that for some reason the GetMehod never gives me any of my Generics.
Now im not gonna include the use case here since I do not think that it is relevant to the error, since the problem is that I cant find the method and that the methods arent even listed when i use the GetMethods() on typeof() nor when I ise GetType().

So my question is: What am I doing wrong here.

Ive tried

This first

This second

Thist last

and some others in between

Now if you think Ive left out some crucial information regarding your ability to reconstruct this you can tell me imediatly.

The DataTableFilter class is just a string a object and a string, with Property Column being string and ColoumnValue being object

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật