public int BenchmarkFormattableGetHashCode() => formattableString1.GetHashCode();
public int BenchmarkTranslatableGetHashCode() => translatableString1.GetHashCode();
public int BenchmarkLocalisableStringGetHashCode() => localisableString1.GetHashCode();
public int BenchmarkRomanisableGetHashCode() => romanisableString1.GetHashCode();
public int BenchmarkGetHashCode() => str1.GetHashCode();