public void Start()
 {
     logger.LogDebug("Start Stap Server");
     hardware.Init();
     hardware.Start();
     connectionHandler.Start();
 }