Is it possible to define the mixin under a different key space? ```js class Main { @use(OtherClass, 'other') this; } ``` such that ```js const m = new Main(); m.other.* ```