public async Task <IActionResult> PorId(string id) { var result = await _service.PorId(id); return(Result((UsuarioResponse)result)); }