51public IGPALGrid<string> Tokens { get; set; } // rows and columns of data to enter into text fields, CAVEAT: possibly something other than text? an image?
52public List<int> LastGridRowCountsPerTable { get; set; } // set by SaveTo(out IGPALGrid<string>); read back by the optional GetRowCount() chained call
53publicint RowCount { get; set; } = -1;
54publicint CommandTimeoutSeconds { get; set; } = -1; // -1 leaves the provider's own default alone