public SoftwareUpdateController(ISoftwareUpdateDownloadService service)
 {
     _service = service;
 }
 public SoftwareUpdateController(ISoftwareUpdateDownloadService service)
 {
     _service = service;
 }