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