public async Task <IActionResult> Like(string param) { var result = await _service.Like(param); return(Result(result.ToList().ConvertAll(c => (PessoaResponse)c))); }