public void Delete(int id) { var pergunta = perguntaRepository.GetById(id).Result; perguntaRepository.Delete(pergunta); }