public void CanReturnWithoutParameters()
 {
     Assert.AreEqual("Foo`2", GenericNameMangler.MangleTypeName("Foo<Bar<T>,V>"));
 }