ServerEntity

constructor(@Id id: String, @NotEmpty participants: List<String>, channels: List<ChannelEntity> = emptyList())