ServiceHandle: implement autodeclaring constructor
Automatically declares the ServiceHandle as a Property of the client.
Note that 3 parameters are required:
ServiceHandle<IMySvc> m_svc{this, "SVC_PROP_NAME", "SvcName"};
Automatically declares the ServiceHandle as a Property of the client.
Note that 3 parameters are required:
ServiceHandle<IMySvc> m_svc{this, "SVC_PROP_NAME", "SvcName"};