.withTypeName(descriptor.name())
.withActive(reference.context().isActive())
.withError(reference.context().hasFailure());
try {
capabilityStatus.setDescription(capability.description());
}
catch (Throwable e) {
log.warn(
"Failed to render description of capability '{}/{}' due to {}/{}",
reference.context().type(), reference.context().id(),