public static void Demo()
    {
        Method_1(Empty.Collection());
        Method_2(Empty.Collection <string>());
        Method_3(Empty.Collection <int>());
        Method_4(Empty.Collection <int>());

        Method_5(Empty.Dictionary <string, int>());
    }