ServiceStack.Text is very cached to achieve high performance. ServiceStack is already starting the process of creating a cache before the call AppHost.Configure().
So, to solve this problem, you need to register your settings before the call AppHost.Init().
, ServiceStack.Text - , , AppHost.Configure().