public FunCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }
 public IIntelliTwitchCommandAction BuildCommand(IntelliTwitchCommandActor actor)
 {
     return(new DebugTestCommandAction(actor));
 }
 public DebugTestCommandAction(IntelliTwitchCommandActor user) : base(user)
 {
 }