namespace Cell { public interface ITick { public void Tick() { } } }