# File lib/sms_on_rails/service_providers/dummy.rb, line 11
      def send_message(phone_number, message, options={})
        response = {:unique_id => "#{$$}:#{Time.now.strftime('%Y%m%d%H%M%SZ')}.#{rand(1000)}"}
        response
      end