public function testRemoveDelegate()
 {
     $this->innerStore->expects($this->once())->method('remove')->with('key');
     $this->decorator->remove('key');
 }