internal static string GetMessage(this ExceptionMessages message, params string[] args)
 => string.Format(message.GetDescription(), args);