# File lib/quiz1/t/solutions/Jamis Buck/test/tc_keying-algorithms.rb, line 8
    def service( name )
      return "found" if name == "something.mock"
      return nil
    end