namespace TaskProject.Entity { public record TaskDto(string Title, string Description, Guid ProjectId) {} }