public static void TestCodeGen(Customer item, int iterations) { Loop(item, get => CustomerMapper.Map(get), iterations); }