Server

constructor(id: ServerId = ServerId(), name: String, description: String = "", owner: String, users: MutableList<String> = mutableListOf(owner), channels: MutableList<Channel> = mutableListOf())