private InputStream inputStreamFrom(final FileContent content) throws FileSystemException {
   return content.getInputStream();
 }