public function __construct()
 {
     $this->version = Version::$VERSION_LATEST;
     $this->msgId = CommonUtils::generateGUID();
     $this->validateOnly = FALSE;
 }