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