public ContentInstanceItemsList getContentInstanceItemsList(
     AHContainerAddress containerIdFilter, long startInstanceId, long endInstanceId)
     throws M2MHapException {
   return hapServiceManager.getContentInstanceItemsList(
       user, containerIdFilter, startInstanceId, endInstanceId);
 }