/// <summary>
 ///     Gets the remote end point with the given name.
 /// </summary>
 /// <param name="name">The end point name.</param>
 /// <returns>The end point.</returns>
 public IPEndPoint GetRemoteEndPoint(string name)
 {
     return(RemoteServer.GetRemoteEndPoint(name));
 }