public FirstHandler(ITestChain next, TestSingleton singleton) { _next = next; _singleton = singleton; }
public OnlyNextHandlerConstructor(ITestChain next) { }
private PrivateInvalidConstructor(ITestChain next) { }