protected ParsedPropertyPath ParsePath(string path, Type entityType) { var propertyParser = new PropertyParser(); var propertyPath = propertyParser.ParsePropertyOfType(path, entityType); return(propertyPath); }