public void TestsCellPositionCalculator()
 {
     Assert.AreEqual(new Vector3(3, -5, 0), _map.CalculateCellPosition(2, 2));
 }