Issue When trying to send a notification using the CommerceNotificationHelper service as below: _commerceNotificationHelper.sendNotifications(commerceOrder.getGroupId(), commerceOrder.getUserId(), RequestReceivedNotificationTypeImpl.KEY, commerceOrder); The following exception is thrown:...