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