public void LogCookiePurchase(Customer customer, ICookie cookie, int currentCookie)
 {
     Log("{0,80}", string.Format("{0} received {1}", customer.Name, string.Format(cookie.GetCookieDescription(), currentCookie)));
 }