public PropertyDocument(PropertyElement propertyElement) : base(propertyElement) { }
private static IEnumerable<string> ExtractPropertyWords(PropertyElement element) { return GetDefaultLetterWords(element.Body); }