using System.IO.Abstractions; namespace Recyclarr.TrashLib.Json; public interface IBulkJsonLoader { ICollection LoadAllFilesAtPaths( IEnumerable jsonPaths, Func>, IObservable>? extra = null); }