I\'m testing out some WCF services that send objects with Guids back and forth. In my web app test code, I\'m doing the following:
var responseObject = proxy
Try doing:
Guid foo = Guid.NewGuid();