public void SetupTests()
 {
     host = new TestNotificationService();
       client = new NotificationClient(host.Hostname);
 }
 public void SetupTests()
 {
     host = new TestNotificationService();
       client = new NotificationClient(host.Hostname);
       arbitraryScene = new DefaultScenes().Rainbow;
 }