public function it_should_able_to_get_containter(Container $container)
 {
     $container->offsetGet('Test')->shouldBeCalled();
     $this->offsetGet('Test');
 }