namespace Tiku.Application.Learning; public interface ILearningOutboxProcessor { Task ProcessPendingAsync( string workerId, int batchSize = 100, CancellationToken cancellationToken = default); }