public Money(decimal value, String currencyType) { this.value = value; this.currencyType = CurrentTypes.addType(currencyType); }