Hi,

The issue is in the NotifyUserMessage implementation:



the "Unsuopported function" message is in fact caused by the NotImplementedException thrown in the above method.
Replace the exception with the implementation handling the received message and you should be fine.