private async void RefreshInspectionTodayTimeDriver(List <Driver> drivers)
        {
            foreach (var driver in drivers)
            {
                LogEr.Logerr("Info1", $"driver status change \"{driver.Id}\"", "RefreshInspectionTodayTimeDriver", DateTime.Now.ToShortTimeString());
                await sqlCommandParser.RefreshInspectionToDayDriverInDb(driver.Id);

                SendNotyfyInspactionDrive(driver.TokenShope, "Truck Inspection", "You can pass the truck inspection now");
            }
        }