static void Main(string[] args)
    {
        Overloaded a = new Overloaded();

        a.ComplexOverloadResolution(something: "asd");
    }