public void VisitQueue(QueueBinding <T> queueBinding) { queueBinding.Bind(this.input); Console.WriteLine(" to output"); }