# File lib/fog/brightbox/models/compute/database_snapshots.rb, line 14
        def get(identifier)
          data = service.get_database_snapshot(identifier)
          new(data)
        rescue Excon::Errors::NotFound
          nil
        end