namespace Recyclarr.Cli.Pipelines.Generic; public interface ILogPipelinePhase { bool LogConfigPhaseAndExitIfNeeded(TContext context); void LogPersistenceResults(TContext context); }