if (!indexedProperty || typeof indexedProperty != 'string')
        return next(new Models.TelepatError(Models.TelepatError.errors.MissingRequiredField, ['indexedProperty, or not a string']));