public void SetValue(BigInt value) { this.value = value.value; }
public BigInt(BigInt value) { this.value = value.value; }