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