public void ReleaseInstanceDoesNothing()
 {
     var provider = new WcfChannelInstanceProvider(null);
     provider.ReleaseInstance(null, null);
 }