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