Does this library support nested arguments? i.e.: ``` "{foo.bar}".FormatWith(new { foo = new { bar = "test" } }) ```