SampleProviderConverters seems like useful class, but declared as internal (by default):
```
static class SampleProviderConverters
```
It is possible make it "public" in future release?
```
static class SampleProviderConverters
```
It is possible make it "public" in future release?