public async Task <IActionResult> GetAll() { return(Ok(_mapper.Map <List <TechnologyResponse> >(await _technologyService.GetTechnologiesAsync()))); }