I've never encountered this odd behavior before from Automapper. To begin with, I'm using Automapper 3.3.0, and Entity Framework 6.1.3. I have a method that retrieves entity data via entity framework. Prior to returning the data, it is mapping it to a dom...