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