# File lib/fog/compute/ecloud/models/compute_pool.rb, line 42
        def templates
          @templates ||= self.service.templates(:href => "#{service.base_path}/templates/computePools/#{id}")
        end