Question
Call service of 'GetImplementingThings'
I would like to call service of a `ThingTemplate` on the concrete thing.
I grab all `things` to grid with service `GetImplementingThings`.
Could you suggest me algorithm how can I call 'SomeConcreteMethod' on selected thing from grid?
Thanks in advance!

