public ChannelListChangedEventArgs(SshChannel channel, ChannelListAction action)
     : base(channel)
 {
     this.Action = action;
 }