public IEnumerable <LocalizedString> GetAllStrings(bool includeParentCultures)
 => ResourceContent.Values().
 Select(i => new LocalizedString(i.Type.ToString(), i.Value <string>()));