protected virtual void SetupSocket(IPEndPoint ipEndPoint)
 {
     BoundSocket.Bind(ipEndPoint);
 }