public Task <ISendTransport> CreateSendTransport(Uri address)
 {
     return(_host.GetSendTransport(address));
 }