public SessionManager()
        {
            RegisterEventHandler("hostingSession", new Action <Player>(HostingSession));
            RegisterEventHandler("hostedSession", new Action <Player>(HostedSession));

            NativeWrappers.EnableEnhancedHostSupport(true);
            Debug.WriteLine("SessionManager initialized");
        }