Exercise: Manage the Implicit Conversion

Manage to support the implicit conversions to only one specific type.

We'll cover the following...

Challenge

Define a type MyBool, which only supports the implicit conversion to bool.