public void GetContactsByAlphabet()
 {
     Assert.DoesNotThrow(() => book.GetConcactOrderByAlphabet());
 }