public void Iniciado()
        {
            EngineService Funcion = new EngineService();

            Funcion.CrearCarpetaArchivo();
            Funcion.EstablecerConexionSocket(pathArchivo, true);
        }
        protected override void OnStop()
        {
            this.hilo = null;
            EngineService Funcion = new EngineService();

            Funcion.EstablecerConexionSocket(pathArchivo, false);
        }