namespace BLAIzor.Interfaces { public interface IBrightDataService { Task ScrapeFacebookPostsAsync(string pageUrl, int numPosts = 10); } }