private static void Problem2() { var navSystem = new NavigationSystem(LoadInstructions(_sampleInput)); navSystem.Execute().Should().Be(286); navSystem = new NavigationSystem(LoadInstructions(_input)); Console.WriteLine($"Real Manhattan Distance: {navSystem.Execute()}"); }