The thing is that all my ids are encrypted and I have 2 methods that parses the Id from long to the Encrypted (something like A8sdf=dsfs=) and back so I have to do this conversion in each action method when I send or receive an EncryptedId
Is it possible to modify the value for a specific type or Property Name before it reaches the action method ?