public void CanUnRegisterServiceUsingUri(string uri, bool expected)
 {
     ChannelServices.UnRegisterChannel(new Uri(uri)).Should().Be(expected);
 }