/// <summary> /// Takes name information and tries to parse it. This parser is usually most useful as a simple utility function when one or more unstructured name strings has to be split into a structured set of fields with given name, family name, and so forth. /// </summary> /// <param name="configuration"></param> /// <param name="records"></param> public NameValidation(ParseRequestConfiguration configuration, List <ParseRequestItem> records) { Content = new ParseRequest(configuration, records); }