public void Test(TestJobHost <ConfigError1> host)
 {
     host.AssertIndexingError("Func", $"No Convert method on type {nameof(AlphaBuilder)} to convert from {nameof(Test6Attribute)} to {nameof(BetaType)}");
 }
 public void Test(TestJobHost <ConfigErrorSearch> host)
 {
     host.AssertIndexingError("Func", $"Can't bind Test6 to type 'System.String'.");
 }
 public void Test(TestJobHost <ConfigError1> host)
 {
     host.AssertIndexingError("Func", "No Convert method on type AlphaBuilder to convert from TestAttribute to BetaType");
 }