public ChuteBackgroundDecorator(Chute chute, IObjectFactory backgroundFactory) { _chute = chute; _backgroundFactory = backgroundFactory; }
public DebugChute(Chute chute) { _chute = chute; }