# File lib/fog/bin/voxel.rb, line 3
    def class_for(key)
      case key
        when :compute
          Fog::Compute::Voxel
        else
          raise ArgumentError, "Unrecognized service: #{key}"
      end
    end