public PipelineExecutionResult Execute(InstallationPipelineArgs subject)
        {
            _scratchIndexer.Index();

            return(PipelineExecutionResult.Success);
        }
 protected void IndexEverythingFromSratchMethod(object sender, EventArgs e)
 {
     _scratchIndexer.Index();
 }