using SharepointToolbox.Web.Core.Models; namespace SharepointToolbox.Web.Services; public interface IGraphUserDirectoryService { Task> GetUsersAsync( TenantProfile profile, bool includeGuests = false, IProgress? progress = null, CancellationToken ct = default); }