public void TestGetDictionary() { var dic = api.GetDictionary(); Assert.Equal("number", dic["system.Int64"]); }