Just an ambigious question is it ok to make something like this
static implicit operator string(ExampleObj a) => //doSomething;
Not wantin