right now: ``` using GeometryBasics import GeoInterface as GI ``` # this errors ``` GI.convert(GeometryBasics, missing) ``` # and this errors ``` GI.convert(GeometryBasics, nothing) ``` should they instead return `missing` and `nothing` respectively?