public async Task <IActionResult> GetAll() { var dtos = await _pollAnswerService.GetAll(); return(Ok(dtos.Result)); }