internal static bool ExistConfigurationFile(string pFileName)
 {
     return(_Repository.ExistConfigurationFile(pFileName));
 }