public void OnlyNumbersSucces()
        {
            string text = "1234";

            Assert.IsTrue(bookValidator.OnlyNumbers(text));
        }