pub fn bundle_installer<PB>(
    builder: &mut AppBuilder<PB>,
    _: ()
) -> Result<(), PipelineBuilderError>where
    PB: PipelineBuilder,