public static function create($item)
 {
     return new Download(Downloader::parse_attachment($item));
 }