public void AddTextTest()
 {
     TwoServerWindow target = new TwoServerWindow(); // TODO: Initialize to an appropriate value
     string toAdd = string.Empty; // TODO: Initialize to an appropriate value
     target.AddText(toAdd);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }