public void Accept(IOperationVisitor visitor)
 {
     visitor.PushChannel(channel);
 }