public void GetDeclaration()
        {
            // This test may fail in the simulator, if the architecture of the simulator isn't the native one (say running x86_64 on an M1 machine),
            // so just skip this test for the simulator.
            TestRuntime.AssertIfSimulatorThenARM64();

            Assert.NotNull(UTType.GetDeclaration(UTType.PDF));
        }
 public void GetDeclaration()
 {
     Assert.NotNull(UTType.GetDeclaration(UTType.PDF));
 }