Add "copy_as" method to datamessage
Method takes a topic as argument
- Do a deepcopy
- Copy the old message-id to .data as "from_msgid" encoding with uuid2b64
- Generate new messageid
- Set topic
- Return the new message
This will help with services that augment the original message with additional .data keys to be more DRY.