public static BaseUnit GetUnit(UnitType unitType) { return(UnitList.First(unit => unit.UnitType == unitType)); }