public void RunToString()
 {
     var run = new Run();
     run.Text = "foo";
     Assert.Equal("foo", run.ToString());
 }