public void Visit(IObserverBuildingBlock observerBuildingBlock)
 {
     _found = observerBuildingBlock.Contains(_entity);
 }