internal CurrencyAlias(CurrencyNode parent) { Node = parent; }
internal CurrencyOut(CurrencyNode parent) { Parent = parent; }