namespace DysonNetwork.Sphere.Translation; public interface ITranslationProvider { public Task Translate(string text, string targetLanguage); }