Adding Properties with extension methods in C# 14

Wait 5 sec.

Thanks to @topuswork for starting a funny discussion about extension properties on a recent post I made: "Adding static getter thanks to extensions". Therefore let's discuss two ridiculous ideas to add properties to existing types using extension methods in C# 14.