public function withFileInserted()
 {
     $this->mapper->expects($this->once())->method('insert')->willReturnArgument(0);
 }