private static double GetValueOfBook(Book book) { return(book.Price); }
public static double GetValueOfBook(Book book) { return book.Price; }