This provider reproduces an SFCBD bug. By setting a string property 
(Thing.message) to type string[], we crash sfcb. To reproduce:

    1. Build provider (make)
    2. Install and register with sfcbd (make install)
    3. Do a enumerate-instances on Test_Thing from client.

