/// <summary> /// /// </summary> public Builder(Cell.Config config) : base(new Cell(config)) { }
/// <summary> /// /// </summary> public Cell.Builder Cell(Cell.Config config) { return(new Cell.Builder(new Cell(config))); }