private void WriteMap(Map map)
        {
            var textMap = drawService.DrawMap(map);

            Console.Write(textMap);
            Console.WriteLine();
            Console.WriteLine("Give me coordinates to hit!");
        }