public IActionResult Index()
 {
     _installService.Run();
     return(Ok("Done"));
 }