Why 'Fmt'?
Why don't you use plain 'Format' instead?
1
vote

‘fmt’ is a widely used abbreviation to mean format, as this is something that can used a lot we prefer its most abbreviated form to reduce the noise. If you prefer a longer name you can use the equivalent `.FormatWith()` extension method however both these APIs are effectively deprecated with C# 6’s new string interpolation.
Please ask questions in Customer Forums or StackOverflow: https://forums.servicestack.net