namespace Life.Automaton { public interface IRule { Cell[,] Next(IField old); } }