public void TestCellIsAlive()
 {
     Assert.AreEqual("Alive", Ecosystem.GetCellStringValue(50, 50));
 }