public function test_download_object()
 {
     $this->assertInstanceOf('\\Dugun\\UploadBundle\\Service\\DugunUploadService', $this->service);
     $file = $this->service->download('test.jpg');
 }