public IEnumerable <BookDeliveryOption> GetDeliveryCosts(DateTime date) { return(DeliveryCostCalculator.GetCosts(date)); }