public static bool NotNullOrEmptyDocumented(string xmlDoc, string argumentName) { return IsMatch(ExceptionXmlDocDectectionPatterns.NotNullOrEmpty, argumentName, xmlDoc); }