namespace Knots.DTO.Discussion; public class GetDiscussionDto { public int Id { get; set; } }