public virtual void SetIPAddress(string IP, int port)
 {
     m_socketService.SetIPAddress(IP, port);
 }