public static Bool GreaterThan(this BinaryNumber x, BinaryNumber y)
 {
     return y.LessThan(x);
 }