def interpret(self, context: OperationContext): return context.get_input_parameter(self.name)
def interpret(self, context: OperationContext): return getattr(context.get_input_parameter(self.object_name), self.property_name)