public void ValidateDoesNothing()
 {
     var provider = new WcfChannelInstanceProvider(null);
     provider.Validate(null, null);
 }