public void CheckLoremIpsumIsGeneratedWithCorrectSizeOfBytes(int bytes)
        {
            BusinessLogicLayer BLL = new BusinessLogicLayer();

            BLL.GenerateWithParameters("bytes", bytes);
            BLL.CheckActualAmountOfBytesGeneratedEqualsExpected(bytes);
        }