public function getArrayOfMediaInfo(File $file)
 {
     return $this->convertMediaInfoToArray($file->getMediaInfo());
 }