public override void Set(ManagedSignedInteger op)
 {
     this.n = (short)op;
 }
 public abstract void Set(ManagedSignedInteger value);