static bool n_Route_Lcom_spotify_protocol_WampMessage_(IntPtr jnienv, IntPtr native__this, IntPtr native_message)
        {
            global::Com.Spotify.Protocol.Client.WampRouterImpl __this  = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.Client.WampRouterImpl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Spotify.Protocol.WampMessage           message = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.WampMessage> (native_message, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.Route(message);

            return(__ret);
        }
 static void n_RemoveReceiver_Lcom_spotify_protocol_WampClient_Receiver_(IntPtr jnienv, IntPtr native__this, IntPtr native_receiver)
 {
     global::Com.Spotify.Protocol.Client.WampRouterImpl __this   = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.Client.WampRouterImpl> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Spotify.Protocol.IWampClientReceiver   receiver = (global::Com.Spotify.Protocol.IWampClientReceiver)global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.IWampClientReceiver> (native_receiver, JniHandleOwnership.DoNotTransfer);
     __this.RemoveReceiver(receiver);
 }