public void Then_DefaultHostNameShouldBeSet()
 {
     Assert.AreEqual(Environment.MachineName, tagsCollection.GetHost());
 }