new = Option<bool>(nameof(CSharpFormattingOptions), nameof(SpacingAfterMethodDeclarationName), defaultValue: false,
 static void TestParseParenthesesSpaceOptionsTrue(string value, CSharpFormattingOptions.SpacingWithinParenthesesOption parenthesesSpacingOption)
 {
     Assert.True(DetermineIfSpaceOptionIsSet(value, parenthesesSpacingOption),
                 $"Expected option {value} to be parsed as set.");
 }