Describe the feature:
Since 7.0.0, IBulkResponse interface was removed and Bulk methods now return BulkResponse. This causes mocking of all Bulk operations in consuming applications a little more difficult.
I think it was beneficial to be able to mock the response and test the application behavior and usage of Items, Errors, ItemsWithErrors objects.
I have a work around, but it seems more elegant to operate on interfaces for the sake of consumers.