public void RegisterForCleanup(Action action) =>
 _operationContext.RegisterForCleanup(action);