namespace GeometryTD.Core
{
public interface ITextService
string Get(string key, params object[] args);
}