public void CoordinateConverterCTORTest()
        {
            var cc = new GridDdmExpert();

            string expectedType = "CoordinateConversionLibrary.GridDdmExpert";
            string actualType   = cc.GetType().FullName;

            Assert.AreEqual(expectedType, actualType);
        }