public string ShutDown([FromServices] IComputerService computerService) { computerService.ShutDown(); return("关机完成!!!"); }