protected function getRootNamespace()
 {
     $rootReflection = new \ReflectionClass(Boolean::getClass());
     return $rootReflection->getNamespaceName();
 }