internal RetrieveProximaxDataService(FileDownloadService fileDownloadService) { FileDownloadService = fileDownloadService; }
public RetrieveProximaxDataService(IFileStorageConnection fileStorageConnection) { FileDownloadService = new FileDownloadService(fileStorageConnection); }