public VerticalBlockWallState(IBlock block)
 {
     this.block   = block;
     block.Sprite = TileSpriteFactory.CreateVerticalBlockWallSprite();
 }