public void UnitTest_Libraries_DH_Assembly_Floor_Panel_4_0_Zip_Tests()
        {
            NLogger.Initialize();

            //  PLEASE NOTE:THE CONFIGURATION FILE MUST BE COPIED IN FOLDER "CONFIGURATION OF UNIT TESTS"
            ConfigUtilities.LoadConfig();

            string json                       = GetJson_Floor_Panel();
            string InventorFilePath           = @"C:\Users\parodiaadmin\BIM 360\ATDSK DEV\Sample Project\Project Files\Libraries_DH_Assembly_Floor_Panel_4.0_zip";
            DesignAutomationHandler daHandler = new DesignAutomationHandler();

            var ret = daHandler.RunDesignAutomationForgeWorkflow(json, InventorFilePath);

            ret.Wait();
        }