pub type Message { Message(content: String) }
Message(content: String)
pub fn to_string(msg: Message) -> String