public int processDebitor(
     int partnerNr,
     int startValue,
     int maxResults,
     boolean all,
     LoggingHandler lh,
     CSVController cSVController)
     throws IOException {
   configurationController.setCSVController(cSVController);
   configurationController.setLoggingHandler(lh);
   return bookingAR.processDebitor(
       configurationController, partnerNr, startValue, maxResults, all, lh);
 }