WIP: Broadcast messages in application layer
In the current WIP status: Prepares creation of a BroadcastMessage
class which will not have any specific recipients by making Message
abstract and creating a subclass OneToOneMessage
. Rest of the code is just dealing with the interface changes.