invocationProviders.getConverterProvider().enhanceConverterInvocation(
new AeshConverterInvocation(inputValue, aeshContext)));
//Object result = converter.convert(inputValue);
if(validator != null && doValidation) {
validator.validate( invocationProviders.getValidatorProvider().enhanceValidatorInvocation(
new AeshValidatorInvocation(result, command, aeshContext )));
}
return result;
}