Gets file instance. @param fileUuid UUID of the file. @returns File instance.
File file(String fileUuid) { return File(uuid, null, fileUuid, null); }