private static extern void MRRemoteButtonInputAddListener(string identifier, string remoteIdentifier, string keyPath, MRBoolCallback callback);
 private static extern void MRRemoteManagerSetAutomaticallyConnectsToPreviousConnectedRemote(string identifier, bool value, MRBoolCallback callback);