public void GetTest() { try { List <Servico> servicoLista = servico.Get(1); } catch (Exception ex) { throw new Exception(ex.Message); } }