public byte[] readFile(String path) throws IOException {
   return FileUtils.readFile(filePath(path));
 }