public function testGetIdentifier()
 {
     $this->manager->addEntity('a', 'OroB2B\\Bundle\\AccountBundle\\Entity\\AccountAddress');
     $this->assertEquals('a_1', $this->manager->getIdentifier($this->getEntity('OroB2B\\Bundle\\AccountBundle\\Entity\\AccountAddress', 1)));
 }