public EverythingIsThere RightShift(EverythingIsThere other)
 {
     return(null);
 }
 public int Compare(EverythingIsThere other)
 {
     return(0);
 }
 public EverythingIsThere BitwiseOr(EverythingIsThere other)
 {
     return(null);
 }
 public EverythingIsThere ExclusiveOr(EverythingIsThere other)
 {
     return(null);
 }
 public EverythingIsThere Modulus(EverythingIsThere other)
 {
     return(null);
 }
 public EverythingIsThere Divide(EverythingIsThere other)
 {
     return(null);
 }
 public EverythingIsThere Multiply(EverythingIsThere other)
 {
     return(null);
 }
 public EverythingIsThere Subtract(EverythingIsThere other)
 {
     return(null);
 }
 public EverythingIsThere Add(EverythingIsThere other)
 {
     return(null);
 }