MarinerURL baseURL = policyExpression.getBaseURL();
String brandName = policyExpression.getBrandName();
RuntimePolicyReference reference = null;
try {
Value value = expression.evaluate(expressionContext);
if (value instanceof RepositoryObjectIdentityValue) {
RepositoryObjectIdentityValue identityValue =
(RepositoryObjectIdentityValue) value;
PolicyIdentity identity = identityValue.asPolicyIdentity();