/// <summary>
 /// Fire up the server by places the server socket to
 /// listening state.
 /// </summary>
 public void Start()
 {
     NetworkUtilities.StartListening(serverSocket, this, this);
 }