Notification Message Dto
data class NotificationMessageDto(val participantId: Long, val participantName: String, val queueId: Long, val queueName: String)
DTO for creating a notification message to be sent
DTO for creating a notification message to be sent