public function testFetchContent()
 {
     $this->assertEquals($this->content, $this->fileStorageDriver->fetch($this->storedPath));
 }