public static void ViaStruct1()
    {
        var s1 = new S1(new C());

        s1.M();
    }