public void SetInboxPushNotificationDelegate(IHelpshiftInboxPushNotificationDelegate externalDelegate)
        {
            hsSetInboxPushNotificationDelegate();
            HelpshiftiOSInboxPushNotificationDelegate internalInboxPushNotificationDelegate = new HelpshiftiOSInboxPushNotificationDelegate(externalDelegate);

            HelpshiftiOSInboxDelegatesHolder.GetInstance().setInboxPushNotificationDelegate(internalInboxPushNotificationDelegate);
        }
 public void setInboxPushNotificationDelegate(HelpshiftiOSInboxPushNotificationDelegate externalDelegate)
 {
     externalInboxPushNotificationDelegate = externalDelegate;
 }