When I try to do a simple GET using Postman, the parameters are not translated into my ASP.NET resource/model object when using [FromUri]. For example, when I set a breakpoint in the get of my controller and call this simple url via postman using GET, I see that the Id is not set: http://example.net/api/product?Id=ee58d7c8-0288-48fb-bc28-3d38c344d834
Why is my Id not translated?