# File lib/deltacloud/base_driver/features.rb, line 142
    def features_for_operation(collection, operation)
      features(collection).select do |f|
        f.operations.detect { |o| o.name == operation }
      end
    end