Hi guys!
	Inside your DLL for WP8 on Unity3D,
	When I call UserService.GetUser(), my wp8 solution get this unhandled exception:
	 
	Message: Object reference not set to an instance of an object.
	Source: App42_Unity3D_SDK_WP8_2.3.1
	StackTrace:  
	 
	at com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWP8.CatchServerError(WebException e, App42CallBack requestCallback)
	                at com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWP8.<>c__DisplayClasse.<ExecuteGet>b__c(IAsyncResult results)
	                at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClass1d.<InvokeGetResponseCallback>b__1b(Object state2)
	 
	This Unhandled exception is thown on my App.xaml.cs file calling Application_UnhandledException method.
	 
	Can you help me?
	Thanks
	Dario