public void GetPluginKeyTest()
        {
            MapWindow.PluginInterfaces.PluginTracker target = new Plugins_IBasePlugin(); // TODO: Initialize to an appropriate value
            string PluginName = string.Empty;                                            // TODO: Initialize to an appropriate value
            string expected   = string.Empty;                                            // TODO: Initialize to an appropriate value
            string actual;

            actual = target.GetPluginKey(PluginName);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }