It would be helpful to be able to get the component used to create a generated class from that class. e.g., ``` java TransfuseActivity ta = Components.getComponentFor(androidActivity); TransfuseFragment tf = Components.getComponentFor(androidFragmnet); ```