public string Infect()
 {
     _infectionService.Infect();
     return("success");
 }