protected virtual List <TRowObject> CreateSet(Table specflowTable)
 {
     return(specflowTable.CreateSet <TRowObject>().ToList());
 }