public void GetRandomWrongImage()
        {
            ImageDictionary imgDict = new ImageDictionary();
            var             img     = imgDict.GetRandomWrongImage(TypesOfImages.Flower);

            Assert.AreNotEqual(img, null);
        }