public SageDemoDirectorySupplier(IFileSystem fileSystem, Sage50DriverDetector driverDetector)
 {
     this.fileSystem     = fileSystem;
     this.driverDetector = driverDetector;
 }
 public Sage50ConnectionFactory(Sage50DriverDetector driverDetector, IFileSystem fileSystem)
 {
     this.driverDetector = driverDetector;
     this.fileSystem     = fileSystem;
 }