private static void GeneratConfigFilePath(Type type, ref string configFilePath) { if (string.IsNullOrWhiteSpace(configFilePath)) { configFilePath = Path.Combine(DirectoryInfoEx.GetAssemblyDirectory(type), DEFAULT_CONFIGFILE_NAME); } }