public Sitecore.SharedSource.ItemTranslator.BingTranslator.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, Sitecore.SharedSource.ItemTranslator.BingTranslator.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
 public Sitecore.SharedSource.ItemTranslator.BingTranslator.TranslateArrayResponse[] TranslateArray(string appId, string[] texts, string from, string to, Sitecore.SharedSource.ItemTranslator.BingTranslator.TranslateOptions options)
 {
     return(base.Channel.TranslateArray(appId, texts, from, to, options));
 }
 public void AddTranslationArray(string appId, Sitecore.SharedSource.ItemTranslator.BingTranslator.Translation[] translations, string from, string to, Sitecore.SharedSource.ItemTranslator.BingTranslator.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }