public async Task <ListResponse <PipelineModuleConfigurationSummary> > GetListenerConfigurationsForOrgAsync()
        {
            var configs = await _pipelineModuleManager.GetListenerConfiugrationsForOrgAsync(OrgEntityHeader.Id, UserEntityHeader);

            return(ListResponse <PipelineModuleConfigurationSummary> .Create(configs));
        }