public UnitConverter(UnitType from, UnitType to) { SourceType = from; ResultType = to; Translator = new UnitTranslator(from); }