I thought we could create a unit value with the #value: message on units but apparently this is not consistent. ```Smalltalk Unit m value: 1. "1 metre" Unit g value: 15. "a DerivedUnit [grams]" ```