public async Task Atender(int helpId, int tecnicoId) { var tecnico = await BuscarPor(tecnicoId); await helpDao.Atender(helpId, tecnico); }