using SharepointToolbox.Core.Models; namespace SharepointToolbox.Services; public interface ISiteListService { Task> GetSitesAsync( TenantProfile profile, IProgress progress, CancellationToken ct); }