public ContentInstance createContentInstanceQueued(
     AHContainerAddress containerId, ContentInstance contentInstance, boolean sync)
     throws M2MHapException {
   return hapServiceManager.createContentInstanceQueued(user, containerId, contentInstance, sync);
 }