currently we store it as many fields which is inefficient.
If sending around actor refs in Codable/JSON today they're exploded into many fields which is insanely inefficient, adding to the overhead of the textual messages.
We'd want to reuse some existing URI parser here to be honest.