public void ApplyActions(IQueryContext context) { _wrapped?.ApplyActions(context); _action?.Invoke(context); }