Simplified null-checks in the `Handle` method of the `BodyQueryBehavior` class using the null-conditional operator. Enhanced the exception message to include `ProfileId` and `ActionId` for better debugging context when `result?.RawBody` is null.
Simplified null-checks in the `Handle` method of the `BodyQueryBehavior` class using the null-conditional operator. Enhanced the exception message to include `ProfileId` and `ActionId` for better debugging context when `result?.RawBody` is null.