protected override void OnStart(string[] args)
 {
     serverSocket = new ServerSocket();
     serverSocket.Access();
 }