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