*/
private RestRequestDesktopPanel openRestRequestDesktopPanelToAttachTheEventListenersForParameterlevelChange()
throws SoapUIException {
RestRequest restRequest = ModelItemFactory.makeRestRequest(childResource);
restRequest.setMethod(RestRequestInterface.HttpMethod.GET);
return new RestRequestDesktopPanel(restRequest);
}