Information Message
data class InformationMessage(var messageNumber: Int, val source: String, val message: String) : V086Message, ServerMessage
A message from the server containing text to be displayed to the user, including a source.
Message type ID: 0x17.