namespace WebNovelPortalAPI.TranslationEngines; public interface ITranslationEngine { public string Translate(string text); }