protected function resolveMergeTagValidatorProperties($object)
 {
     $this->modelClassName = ContactsModule::getPrimaryModelName();
     $this->type = EmailTemplate::TYPE_CONTACT;
     $this->language = null;
     // TODO: @Shoaibi/@Jason: High: We might utilize this.
 }