public void GetDictionaryLengthTest()
        {
            const int         NUMBER            = 1081;
            PresentationModel presentationModel = new PresentationModel(new Model());

            Assert.AreEqual(NUMBER, presentationModel.GetDictionaryLength());
        }