namespace AccountManagement.Application.Contracts.Task; public class CompleteTaskViewModel { public long TaskId { get; set; } public string? Description { get; set; } }