```List<List<int>> maze = new() { { 0, 1 }, { 2, 3 } };``` This line of code results in CS1501 No overload for method 'Add' takes 2 arguments. My syntax is probably wrong, but wtf is going on the Error List?