public void AddInput_Chain()
 {
     _builder.AddInput <int>().AddInput <bool>();
 }