I\'d like to have a generic public field inside an interface, like this:
interface Interface { T field; }
However, the following