namespace TranslationByMarkupExtension { public interface ITranslationProvider { /// /// Translates the specified key. /// /// The key. /// object Translate(string key); } }