namespace Knots.DTO.User; public class UpdateUserDescriptionDto { public int Id { get; set; } public string? Description {get; set;} }