I\'m reading about extension methods, and monkeying around with them to see how they work, and I tried this:
namespace clunk { public static class oog {
Unfortunately you cannot use extension methods to add operators, and implicit type conversion in C# is implemented as an operator.