public void ReadConfig(out CreateCloseConfig c) { c = new CreateCloseConfig { MaxSmbVersionServerSupported = ModelUtility.GetModelDialectRevision(testConfig.MaxSmbVersionSupported), Platform = testConfig.Platform }; createCloseConfig = c; Site.Log.Add(LogEntryKind.Debug, c.ToString()); }