public override void DestroyAtExit()
        {
            _commonServer.Dispose();

            base.DestroyAtExit();
        }