Would everyone prefer something more like this? ``` python class Foo(Template): def LaunchConfiguration(self): pass def AutoScalingGroup(self): pass ``` So rather than the short names, use the full CloudFormation object name?