Provide an overload of to_hstring for IStringable that simply returns IStringable::ToString. This will unify the stringification of WinRT classes and primitive types. This is also useful for XAML since it's only aware of to_hstring and not IStringable::ToString when using from C++/WinRT.