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