private void TestCount()
        {
            int hr = 0;
            int count;

            hr = tsContainer.get_Count(out count);
            DsError.ThrowExceptionForHR(hr);

            Debug.Assert(hr == 0, "ITuningSpaceContainer.get_Count");
        }