public void GetNameTest()
 {
     using (PublisherClient target = new PublisherClient())
     {
         Assert.IsTrue(!String.IsNullOrEmpty(target.GetName()), "Not null name is expected as a return from the publisher's GetName call");
     }
 }