public String getRequestContextServiceName() {
return componentContext.getRequestContext().getServiceName();
}
public String getCastCallableReferenceServiceName() {
BService b = componentContext.getService(BService.class, "bReference");
CallableReference<BService> bCR = componentContext.cast(b);
return bCR.getService().getBName();
}