private string ResolveFormatting(string resx, string[] args) =>
 args != null && args.Length > 0 ?
 _resources.GetFormattedResource(resx, args) :
 _resources.GetResource(resx);