using System; namespace Model { public struct Cell { public Cell() { } } }