namespace ShoppingAssistantApi.Application.Models.CreateDtos; public class MessageCreateDto { public required string Text { get; set; } }