public string PowerOn([FromServices] IComputerService computerService) { computerService.PowerON(); return("开机成功!!!"); }