public override void ExecuteCommand(IChatChannel channel, StreamCommand command)
 {
     module.Advise(command.Service, command.Channel, command.User, command.Arguments);
 }