using Microsoft.SharePoint.Client; namespace library_spo_utils.Interfaces.Services; public interface IPurchasingRequestDocLibraryService { public void Create(string libName, ClientContext ctx); }