/**
  * @return string
  */
 public function getFolderId()
 {
     return parent::getFolderId() . '/FLAGGED';
 }