protected void unsubscribe() throws UnableToDestroySubscriptionFault {
try {
unregister();
} catch (EndpointRegistrationException e) {
UnableToDestroySubscriptionFaultType fault = new UnableToDestroySubscriptionFaultType();
throw new UnableToDestroySubscriptionFault("Error unregistering endpoint", fault, e);
}
}