# Functions
CommandClientFrom helper function queries the DIC and returns the CommandClient's implementation.
ConfigurationFrom helper function queries the DIC and returns service's common.ConfigurationStruct implementation.
DeviceClientFrom helper function queries the DIC and returns the DeviceClient's implementation.
DeviceProfileClientFrom helper function queries the DIC and returns the DeviceProfileClient's implementation.
DeviceServiceClientFrom helper function queries the DIC and returns the DeviceServiceClient's implementation.
EventClientFrom helper function queries the DIC and returns the EventClient's implementation.
NotificationClientFrom helper function queries the DIC and returns the NotificationClient's implementation.
StoreClientFrom helper function queries the DIC and returns interfaces.StoreClient implementation.
SubscriptionClientFrom helper function queries the DIC and returns the SubscriptionClient's implementation.
# Variables
CommandClientName contains the name of the CommandClient's implementation in the DIC.
ConfigurationName contains the name of data's common.ConfigurationStruct implementation in the DIC.
DeviceClientName contains the name of the DeviceClient's implementation in the DIC.
DeviceProfileClientName contains the name of the DeviceProfileClient's implementation in the DIC.
DeviceServiceClientName contains the name of the DeviceServiceClient's implementation in the DIC.
EventClientName contains the name of the EventClient's implementation in the DIC.
NotificationClientName contains the name of the NotificationClient's implementation in the DIC.
StoreClientName contains the name of interfaces.StoreClient implementation in the DIC.
SubscriptionClientName contains the name of the SubscriptionClient's implementation in the DIC.