public Drink Add(Drink drink) { _drinkQueue.Enqueue(drink); return(drink); }
public Drink Add(Drink drink) { throw new NotImplementedException(); }