Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.
Users reporting for no reason may be locked out.
IEntitySessionResult result = (IEntitySessionResult) value;
ITrack result1 = (ITrack) value;
var classname = result.Entity.Car.Class.Name;
var track0 = result1.DisplayName;
return track0 + " " + classname;