# File lib/fog/rackspace/models/orchestration/stacks.rb, line 14
        def get(name, id)
          data = service.show_stack_details(name, id).body['stack']
          new(data)
        rescue Fog::Rackspace::Orchestration::NotFound
          nil
        end