ManagedObjectReferenceRepresentation childRef = anMoRefRepresentationLike(MO_REF_REPRESENTATION).withMo(child).build();
parentMo.addChildDevice(childRef);
}
// When
PagedCollectionResource refCollection = inventory.getManagedObject(parent.getId()).getChildDevices();
// Then
assertCollectionPaged(refCollection);
}