public void RemoveTest()
        {
            MapWindow.PluginInterfaces.PluginTracker target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            object IndexOrKey = null;                                                    // TODO: Initialize to an appropriate value

            target.Remove(IndexOrKey);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }