public SummaryBuilder(PtfConfig ptfconfig)
 {
     ptfcfg = ptfconfig;
 }
 public ADFSPIPDetector()
 {
     ptfcfg = new PtfConfig();
 }