0c4d145e20d9ac681fbc5f217bb1c25d7280ef24
Added `HeaderQueryBehavior<TRecAction>` to handle header query processing in the MediatR pipeline. Updated the `DependencyInjection` class to register `HeaderQueryBehavior<>` alongside `BodyQueryBehavior<>` in the MediatR configuration. The new behavior currently throws a `NotImplementedException` as its logic is pending implementation.
Description
Languages
C#
100%