public function testGetSetOptions()
 {
     $options = new ModuleOptions();
     $this->cacheService->setOptions($options);
     $this->assertEquals($options, $this->cacheService->getOptions());
 }