public IAsyncResult BeginReceiveRequest(AsyncCallback callback, object state)
 {
     return(BindingElement.CreateAndRegisterRequestContext(this, LocalAddress, callback, state));
 }