public ConsumerScopeFactoryStub(ConsumerScope result) { _result = result; }
public ConsumerScopeDecoratorWithHooks(ConsumerScope inner, Action preHook = null, Action postHook = null) { _inner = inner; _preHook = preHook; _postHook = postHook; }