CRR0007 - String format item/argument mismatch
This analyzer detects formatted strings whose format does not correspond to arguments.
In the example above, you can fix the mistake by adding the third parameter, which will be referred by the “{2}“ placeholder, or changing the code as follows.