#nullable enable namespace AccountManagement.Application.Contracts.Task; public class CompleteTaskViewModel { public long Id { get; set; } public string? Description { get; set; } }