protected void AssertExpression(FormattableString expected, FormattableString actual)
 {
     expected.ToExpectedObject().ShouldMatch(actual);
     AssertExpressionArgs(expected.GetArguments(), actual.GetArguments());
 }