namespace Microsoft.SelfService.Portal.Core.API.Dto.DeploymentGroup.Get { public class GetDeploymentGroupDto { public Guid Id { get; set; } public string Status { get; set; } } }