# File lib/deltacloud/base_driver/base_driver.rb, line 179
    def storage_snapshot(credentials, opts)
      storage_snapshots(credentials, opts).first if has_capability?(:storage_snapshots)
    end