internal string GetTypeName(DextopApplication application, Type type) { var name = application.MapTypeName(type); return DextopUtil.GetRemotingProxyTypeName(name); }