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