# File lib/amq/protocol/frame.rb, line 75
      def initialize(payload, channel)
        @payload, @channel = payload, channel
      end