/** {@inheritDoc} */
 @Override
 protected GetPhoneCallResponse parseResponse(EwsServiceXmlReader reader) throws Exception {
   GetPhoneCallResponse response = new GetPhoneCallResponse(getService());
   response.loadFromXml(reader, XmlElementNames.GetPhoneCallResponse);
   return response;
 }
 /**
  * Executes this request.
  *
  * @return Service response.
  * @throws Exception the exception
  */
 public GetPhoneCallResponse execute() throws Exception {
   GetPhoneCallResponse serviceResponse = internalExecute();
   serviceResponse.throwIfNecessary();
   return serviceResponse;
 }