public TransientContextMenuCommand(IClient client, ApplicationCommandJsonModel model)
     : base(client, model)
 {
 }
 public TransientSlashCommand(IClient client, ApplicationCommandJsonModel model)
     : base(client, model)
 {
 }