public static function registerComponent()
 {
     mfe::registerComponent('request', [get_called_class(), 'initRequest']);
     return true;
 }
 public static function registerComponent()
 {
     mfe::registerComponent('page', [get_called_class(), 'getInstance']);
     return true;
 }