}
public SubscriptionHelper getSubscriptionHelper() throws Exception {
if (subscriptionHelper == null) {
// lazily create subscription helper
subscriptionHelper = new SubscriptionHelper(this);
// also start the helper to connect to Salesforce
ServiceHelper.startService(subscriptionHelper);
}
return subscriptionHelper;