UndeleteRequestHandlerBase<TRow,TUndeleteRequest,TUndeleteResponse>.StateBag property
A state bag for behaviors to preserve state among their methods. It will be cleared before each request, e.g. Process call.
public IDictionary<string, object> StateBag { get; }