trait FactCell { // Required method fn to_string(&self, location_table: &PoloniusLocationTable) -> String; }