namespace BackOffice.BFF.Application.ConfigurationCQ.Queries.GetAllAppVersions; public class GetAllAppVersionsQuery : IRequest { public bool IncludeInactive { get; set; } }