public static void SendMessage(this IEnumerable <OutputPort> ports, ChannelMessage message) { ports.Run(port => port.SendMessage(message)); }