public bool CanReceiveEventNotification(Guid intent)
 {
     return(_appInfo.CanReceiveEventNotification(AppletId, intent));
 }