public static function getInstance()
 {
     if (!self::$fileSystemUtils) {
         self::$fileSystemUtils = new FileSystemUtils();
         return self::$fileSystemUtils;
     }
     return self::$fileSystemUtils;
 }