I have 2 options here: - Add a `bool` and a `char` for both the options, and explicitly set in documentation the dependency. - Add a `Nullable<char>` which handles both in one go. API decision here would also reflect in #621.