public static function getCurrentAppNamespace()
 {
     $object = new self();
     return $object->getAppNamespace();
 }