/**
  * Return's the directory structure to be created at first start.
  *
  * @return array The directory structure to be created if necessary
  */
 public function getDirectories()
 {
     return DirectoryKeys::getDirectories();
 }