static CarDataDecorator() { string data = TestResource.LoadText("cars.csv"); cars = ParseCarsFile(data).ToArray(); }