public async Task <IEnumerable <Cooler> > GetAllCoolers() { return(await _componentService.GetCoolers()); }