this.handler.getResponseFrame(frame.value)
      .then(function (responseContent) {
        self.connection.sendFrame(new frames.SaslResponseFrame({
          response: responseContent.response
        }));