Currently the default item typer: GetItemByType
returns a nil if the type does not belong to the default ActivityStreams vocabulary.
We should either return an error if the type is unrecognized, or fall back to plain Object
.
Added it in 602f717f6ca.