public async Task <IActionResult> GetCpus()
 {
     return(Ok(await hardwareService.GetCPUsAsync()));
 }