using FNZCM2.Abstractions.Utility; namespace FNZCM2.ProofOfConcept; internal static class PocFolderScanImplement { public static void RunPoc() { var r = FolderScan.Scan("library"); int bp = 0; //SUCCESS } }