public App() { ServerConnection = new ServerConnection(ClientId, ClientSecret, AppName, AppVersion, RedirectUri, Udid); Session = new Session(ServerConnection); Current.DispatcherUnhandledException += Current_DispatcherUnhandledException; }