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