public static void StartOffsetOperation(this IAgentBroker broker) { OperationStack.StartOffset(); }
public static void StartOffsetOperation(this IAgentBroker broker, DateTime startTime) { OperationStack.StartOffset(startTime); }