public async Task <IActionResult> Activate(int id) { var entity = await _empresaService.Activate(id); return(Ok(entity)); }