public GridMapperTests() { mapper = new GridMapper(); }
public GridGraph(int cols, int rows) : base(cols * rows) { Mapping = new GridMapper(cols, rows); }