namespace Gos.Core.Entities { public class PartOfSpeechAttributeValueTranslation : Translation { public string Title { get; set; } } }