public void Utf8StringIsAStruct()
 {
     Assert.True(_anyUtf8String.GetType().GetTypeInfo().IsValueType);
 }