function __construct($text)
 {
     parent::__construct($text, 'Campaign');
 }
 function __construct($text, $type = 'CollaborationListContent')
 {
     parent::__construct($text, $type);
 }
 function __construct($text)
 {
     parent::__construct($text, 'CollaborationHubContent');
 }