public function testGetNull()
 {
     $this->assertNull($this->container->get('foo'));
 }