public void GetDuctsCrossSpaceTest()
        {
            string       strArchPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//建筑.GDB";
            string       strHVACPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//机电.GDB";
            HVACFunction hvacFunction = new HVACFunction(strArchPath, strHVACPath);
            Room         room         = new Room(573789);

            Assert.IsTrue(HVACFunction.GetDuctsCrossSpace(room).Count() > 0);
        }