/// <inheritdoc /> public string GetTypeName(Type type) { return((_typeCache.GetAliasForType(type) ?? type.FullName) !); }