public function testKeysDelegate()
 {
     $this->innerStore->expects($this->once())->method('keys');
     $this->decorator->keys();
 }