namespace PatchProbe.Shared.Contracts; public interface ICollector { Task CollectAsync(CancellationToken cancellationToken = default); }