static void n_SendCancel_ILjava_lang_Object_(IntPtr jnienv, IntPtr native__this, int requestId, IntPtr native_options)
 {
     global::Com.Spotify.Protocol.Client.AppProtocolCommunicator __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Protocol.Client.AppProtocolCommunicator> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Object options = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_options, JniHandleOwnership.DoNotTransfer);
     __this.SendCancel(requestId, options);
 }