public function testGetStore()
 {
     $store = $this->_model->getStore();
     $this->assertSame($store, \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get('Magento\\Framework\\StoreManagerInterface')->getStore());
 }