I authenticated the application and wanted to call UserServices.GetUserByEmailId() but when using an invalid e-mail (accidentally typed user#host.com instead of user@host.com) it triggers an internal exception, instead of my c# callback exception. I expected my callback to capture the exception so I can treat it. The current design seems to trigger the termination of my Editor app (I mean it stops playing, not that it crashes :) ) so I expect the same to happen in a standalone build. I don't think mistyping an emailaddress in a textbox should cause this. Is this by design? Cause I don't think it is a good way. I expect my callback to capture everything sent by the App42 Cloud API. Can you please check?