public Message(string type, Post post, string topicName) { this.type = type; this.post = post; this.topicName = topicName; }
public Message(string type, Post post) { this.type = type; this.post = post; }