@Override
public ActionArgumentContext createProposedArgumentInteractionContext(final AuthenticationSession session,
final InteractionInvocationMethod invocationMethod, final ObjectAdapter targetObject,
final ObjectAdapter[] proposedArguments, final int position) {
return new ActionArgumentContext(getAuthenticationSession(), invocationMethod, targetObject, getIdentifier(),
proposedArguments, position);
}