public ReturnCorrelationIDEchoService(IInteractionState state) { _state = state; }
public InteractionLoggingInspector(IInteractionLog log, IInteractionState state) { _log = log; _state = state; }
public FileInteractionLog(IInteractionState state) { _state = state; }