public Message(ChatMsg msg) { this.Content = msg.Message; this.TimeStamp = msg.TimeStamp; this.User = msg.User; }