protected SwitchRoutineExecutor(T cfg) { Config = cfg; Connection = new SwitchConnectionAsync(cfg.IP, cfg.Port, cfg); }