public void GivenTheCSVData(Table table)
 {
     _stream = table.ConvertToCsv();
 }