/// <summary>
        ///
        /// </summary>
        ///
        [Test] public void FindType()
        {
            ObjectSupport.LoadAssembly(Assembly.GetAssembly(this.GetType()).Location);
            Type type = ObjectSupport.GetType("Oatc.OpenMI.Sdk.DevelopmentSupport.UnitTest.Location");

            Assert.AreEqual(typeof(Location), type);
        }