protected void CopyTo(CurrencyAmount other)
 {
     other.Amount   = Amount;
     other.Currency = Currency;
 }