/**
  * @return \Magento\Security\Model\ResourceModel\AdminSessionInfo\Collection
  */
 protected function createAdminSessionInfoCollection()
 {
     return $this->adminSessionInfoCollectionFactory->create();
 }