public async Task <IEnumerable <SSD> > GetAllSSDs()
 {
     return(await _componentService.GetSSDs());
 }