IPathSearchStorage interface IPathSearchStorage Documentation Code ConcurrentBag<ErrorPath> PathErrors { get; } ConcurrentBag<TransferPath> Paths { get; } void Add(TransferPath path) void Add(TransferPath path, PathValidationResult validationStatus)