public void TestFindConversion(Type from, Type to, Type[]?path) { Assert.Equal(path, CompilerHelpers.FindConversionPathTo(from, to)?.Select(n => n.ToType)); }