using Microsoft.SelfService.Portal.Core.API.Dto.Deployment.Get; namespace Microsoft.SelfService.Portal.Core.API.Dto.Deployment.Get { public class GetDeploymentDto : BaseDto { public string Status { get; set; } } }