public string Name(int id) { var contatoNome = _service.pegarNomePorId(id); return(contatoNome + " 'Teste' " + id); }