public TestBotNestedDependentCommands(TestDependency dep1)
 {
     this.Dependency = dep1;
 }
 public TestBotDependentCommands(string dep1, TestDependency dep2)
 {
     this.DependencyString = dep1;
     this.Dependency       = dep2;
 }