pub fn parse_message(_message: &str) -> Result<Message, ParseError>
Parse some text and hopefully return a Message.
Message