There's already .Value which fetches the value in the base unit for whatever unit we're working with.
We should have a ConvertedValue or ReducedValue or something that fetches the value based on the current base unit, and desired unit. This way, we don't have to call .ToString() to get the actual result.